Skip to content

Releases: SuiteBee/NorthWindAPI.NET

Version 0.1.1

18 Feb 20:28

Choose a tag to compare

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

  1. Compile from source and use the Development Postman environment
  2. 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

Examples

Postman environment variable URL

postman

EXE server port

server

Browser SSL port

browser

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

08 Feb 23:39

Choose a tag to compare

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

  1. Compile from source and use the Development Postman environment
  2. 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

Examples

Postman environment variable URL

postman

EXE server port

server

Browser SSL port

browser

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)