When working with APIs, it’s typical that you use Postman to test your rest services. However, for your projects to be seamless, you need to have a means of sharing your requests with your teams. And for you to share the requests, you need to group them in a collection for efficiency. Since we had […]
Postman
How to Import a Collection into Postman
If it is possible to export collection from Postman, then it means that it is also possible for developers to import collection into Postman. Importing Postman collections allows you to have the necessary materials you need to complete your projects. However, unlike other Postman processes, importing collection is simple and straightforward as everything you need […]
How To Export All Collections From Postman
As we mentioned in our previous articles, postman collections play an integral role in helping developers to organize API requests that belong to the same class into a single folder. Having all your request in a single location enables you to run all of them simultaneously. It also makes it easy for programmers to share […]
How to Delete Postman Collections
Collections are a vital element of working with APIs, or application programming interfaces, API collections represent organized groups of APIs that share some meaningful distinction. This makes it much easier to manage and work with your APIs. Postman collections are executable API descriptions. This designation is something of an oversimplification. One of the biggest advantages […]
How to Add Postman Collection To GitHub
We all know that GitHub is the number one repository for developers who want to store their codes and project work. However, did you know that you can integrate Postman with GitHub and start saving your collections in the world’s largest host of source code? The new Postman pro-GitHub feature allows you to backup and […]
How to Recover Deleted Collection from Postman?
At the end of every project, we are always eager to clean and create room for new tasks. However, due to a mouse slip or the excitement of completing a project, we may end up deleting things that we still need from our resources. One thing that is commonly deleted accidentally is the postman collection. […]