Skip to content
John Caprez edited this page Apr 17, 2020 · 2 revisions

Example API client

To reduce the effort of implementing the service in an application we have built an example API client. It is based on the .NET framework (netstandard 2.0) and licensed as LGPL.

To access the current source code clone or pull from https://github.com/jaykay-design/WDSF-API. Or, include in in your project via NuGet https://www.nuget.org/packages/Wdsf.Api.Client/.

If you would like to publish your own client for a different platform or improve our example client please contact us for access to the repository.

Clone this wiki locally