Releases: SuiteBee/NorthWindAPI.NET
Version 0.1.1
Revised release includes required .NET frameworks packaged within EXE (slightly larger file size)
Usage
Important
The endpoints are token authorized so you will need to send the [POST] User/Authenticate request first prior to sending any others
This request has a script attached to it that will set an authToken variable to ensure subsequent requests include the token
To test endpoints you can either
- Compile from source and use the Development Postman environment
- Run .exe in the release zip and use the Release Postman environment
Note
Ensure the ports match between the Postman environment variable URL and the port the API is listening on
These are currently set to 44303 for development and 5000 for release
Postman
Contains 3 json files to import into Postman
- Development.postman_environment.json (URL environment variable used when compiling from source)
- Release.postman_environment.json (URL environment variable used when running .exe)
- Northwind_API.postman_collection.json (endpoints contained in API)
Version 0.1.0
Initial release of Northwind API
Usage
Important
The endpoints are token authorized so you will need to send the [POST] User/Authenticate request first prior to sending any others
This request has a script attached to it that will set an authToken variable to ensure subsequent requests include the token
To test endpoints you can either
- Compile from source and use the Development Postman environment
- Run .exe in the release zip and use the Release Postman environment
Note
Ensure the ports match between the Postman environment variable URL and the port the API is listening on
These are currently set to 44303 for development and 5000 for release
Postman
Contains 3 json files to import into Postman
- Development.postman_environment.json (URL environment variable used when compiling from source)
- Release.postman_environment.json (URL environment variable used when running .exe)
- Northwind_API.postman_collection.json (endpoints contained in API)


