This project is designed to support Postman training sessions. The API returns learning content for display inside Postman using the Postman visualizer. The API is complemented by a Postman template to guide learners through the steps to reach learning outcomes for the session. The API is deployed on https://galaxy-api-adoption.postman.training/.
You can contribute to both the API and the collection. The experience is designed to teach the learning outcomes indicated by the Galaxy API Adoption badge criteria so please keep this in mind with any content changes. Trainee submissions also need to be testable by automation (learners submit their collection links and we run a script on the collection JSON to ensure that it contains required elements) so any changes to the completed template will need to be accommodated by the submission testing process.
To contribute to the API:
- Fork the GitHub repo.
- Make and test your changes.
- Once your changes are pushed to GitHub, open a pull request to merge them into the main repo (tip: include a link to your deployed app for testing).
If you'd like to provide feedback or make a feature request / suggestion about the API or template, please feel free to create an issue.