This repository contains the Postman collection for the PY23 web app's REST API. It includes pre-configured requests for all the API endpoints, allowing you to easily test and interact with the API.
These instructions will get you a copy of the Postman collection on your local machine for development and testing purposes.
You need to have Postman installed on your computer. If you don't have it, download and install it from Postman's official website.
To import the collection into Postman, follow these steps:
- Open Postman.
- Click on the 'Import' button at the top left corner of the application.
- Choose 'Upload Files' and browse to the location of the
PY23_Web_App.postman_collection.json
file in this repository. - Select the file and click 'Open' to import the collection into Postman.
After importing, you can start sending requests immediately. Make sure to:
- Set up any necessary environment variables for your API.
- Obtain any required authentication tokens and update the request headers accordingly.
The collection is structured according to the RESTful resources provided by the PY23 web app. Each folder represents a resource, and within each folder, you'll find requests for the standard CRUD operations where applicable.
If you would like to contribute to the collection, please:
- Fork the repository.
- Create a feature branch (
git checkout -b feature/AmazingFeature
). - Make your changes.
- Commit your changes (
git commit -m 'Add some AmazingFeature'
). - Push to the branch (
git push origin feature/AmazingFeature
). - Open a pull request.
If you find any issues or have a suggestion, please file them in the repository's Issues section.
This Postman collection is distributed under the MIT License. See LICENSE
for more information.
If you have any questions or comments about the collection, please open an issue in the repository.
Happy testing!