Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
/ Quick-API Public archive

Some node script to parse postman collection into a more readable json file

License

Notifications You must be signed in to change notification settings

MrZyr0/Quick-API

Repository files navigation

Quick API

⚠️ This project is move to an organisation => https://github.com/Quick-Projects

Usage

Postman collection to ordered data

  1. Create your collection and organize your requests by entities (database tables for example)
  2. Right clic on a collection > Get public link
  3. Open the link in your browser and save it in a json file
  4. Start the script node postman_collection_parser_from_public_link_file.js > API.json after edit the path to your json file
  5. Use bash commands to save the output into a file

Ordered data to markdown

To create the markdown from the ordered data, you just need to run the script with the data name API.json or change the path in the script. node data_to_markdown.js > API.md

About

Some node script to parse postman collection into a more readable json file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published