I want to export one specific request from postman extension (chromium) and send it to another developer so that he can import it). How i can do it?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
To do that you need to leverage the feature "Collections" of Postman. This link could help you: https://www.getpostman.com/docs/collections.
Here is the way to do:
- Create a collection (within tab "Collections")
- Execute your request
- Add the request to a collection
- Share your collection as a file.
回答2:
If you want to export it as a file just do Any Collection (...) -> Export. There you should be able to choose collection version format and it will be exported in JSN file.
回答3:
Thanks to the previous answers you knew how to save/download a request.
For people who are asking for a way to save/export the response you can use the arrow beside the "Send" button, click "Send and Download" to get the response in .json
回答4:
You can export collection by clicking on arrow button
and then click on download collection button