-
Notifications
You must be signed in to change notification settings - Fork 14
api client tools
Walter Pinson edited this page Dec 14, 2017
·
3 revisions
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/

You can use Postman to interact with the REST API.

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 |