Tools and Libraries
Source code snippets
- C# Authentication client
- C# Add Order extension
Package managers
Rudimentary clients have been built to assist with the data transfer objects (schema's) and authentication components of the API consumption and have been placed into the major package managers
- NuGet for .NET
- NPM for JavaScript, TypeScript and NodeJS
- Maven for Java consumers
Service Stack
Service Stack is a 3rd party library that eases the use of the STF API by generating the required data transfer objects (dto's), which will behave as the schema objects, vatly reducing the amount of effort required to scaffold your application
Service Stack provides auto-generation of data transfer objects (schemas) based on the STF API reference, which will simplify the integration process by producing all of the schema's required and the classes to utilise the api as objects within your application, simply by adding the Add ServiceStack Reference to your project. There are video tutorials and software downloads available on the ServiceStack pages.
- Code Examples are available on this Azure DevOps site at Samples
- C# .Net
- VB .Net
- Java
- TypeScript