Skip to content

JustWare API Code Tables Open Source Project

In an effort to make writing applications to the API easier, I'd like to introduce the JustWare API Code Tables open source project. This is a .NET library that an application can use to simplify getting code table data from the JustWare API. It provides a simple interface for getting lists of codes, looking up descriptions for codes, and caching the code tables so that you don't have to keep reloading the same data from the API. For a quick overview of how the library can be used, please see the introductory video at http://www.youtube.com/watch?v=6dtV-GUlqqo , and read the introduction on the GitHub site at https://github.com/hanksjosh/JustWareAPICodeTables .

The easiest way to incorporate this library into your API projects is to load it using the NuGet package manager extension in visual studio. The package name is JustWareApiCodeTables. This project is open source, and is hosted on GitHub at https://github.com/hanksjosh/JustWareAPICodeTables . Please note that this something that I am doing individually, and is not a NewDawn product. As such, NewDawn does not support nor guarantee it. If there are any problems, requests for features, etc., please post on the wiki for the GitHub Repository, and I will be happy to help with whatever I can. Or, better yet, fork the code, make changes, and submit a pull request, and I'll be happy to take back any worthwhile changes.

Feedback and Knowledge Base