Quickly and easily test API requests directly within Postman.
Once you have Postman installed and open, you will want to import our handy collection of API requests. These requests are setup to support each of our API's endpoints, allowing you to more easily test your local API during the development process.
With Postman Open, go to File > Import ...
You will see an import modal that looks like this:
Find the api.postman_collection.json
in the root of this project, and drop it into this modal ( or select it by choosing Choose Files
).
NOTE: If you are prompted that you already have this collection installed, you should likely replace it with the latest version in this repo.
You will need to make sure you have your local developer API setup and running. Once you do, you can use the newly imported Collection to automate testing our API endpoints.
If you need help getting the API setup, see our Developer Overview.
Now you should see a new StayWoke API
collection in the left menu. This collection matches the structure of our developer Apiary Documentation.
Feel free to tweak these however you need during the development process. If things get messed up, you can always just reimport the api.postman_collection.json
file and start from scratch.