Skip to content

api client tools

Walter Pinson edited this page Dec 14, 2017 · 3 revisions

Interacting with the API

Swagger

You can user Swagger to interact with the API. First you must launch the application. If you start it in the Visual Studio Code debugger, you can use the following link to access Swagger: http://localhost:5000/swagger/.

Otherwise, you can connect using {{baseUrl}}/swagger/

Swagger

Postman

You can use Postman to interact with the REST API.

Postman

Follow the steps below in order to install and configure Postman for use with the reference-architecture-api REST API.

Step Description Further Instructions
1 First you must install Postman. Install Postman
2 Import custom collections and environments. You will want to import all of the files located in the repository's /postman folder. Import Collections

Clone this wiki locally