Setting up Postman with the EyA environment
In this learning path, we cover setting up Postman with the EyA environment from GitHub. You can then use postman to test the functionality of the APIs you are interested in.
Prerequisites
Importing Postman
Precondition: the project is cloned to your local computer. Postman app is running.
1. In Postman application click Import on the Environments tab.
2. Drag-and-drop .json files from ./environment to the Import window. Click the Import button.
3. Select the required environment. Click Checkmark near environment's name.
4. Enter your credentials to username, password fields in CURRENT VALUE column.
5. Click Import on the Collection tab.
6. Drag-and-drop .json files from ./collection to the Import window. Click the Import button.
7. Send Acquire Token request to generate new token.
Now you can send any requests from the collection and check its results.