This repository contains the generated Postman collections for my APIs published on LimitPear and RapidAPI. Each folder corresponds to a different API.
- Subscribe to the API you want to use.
- Open Postman and click Import.
- Choose one of the following methods:
- Paste the collection URL directly.
- Open the URL in your browser, right-click the page, save it as a JSON file, then import that file into Postman.
- After importing, open the collection’s Variables tab and replace either the
x-rapidapi-keyif using RapidAPi orX-APIHUB-TOKENif using APIHUB with your own credentials.
Once your variables are set, you can start exploring the endpoints and testing requests directly from Postman.