All Projects → bautistaj → postman-to-markdown

bautistaj / postman-to-markdown

Licence: MIT license
Generate documentation in markdown from postman documentation.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to postman-to-markdown

pmpact
A command line tool to convert Pact files to Postman collections.
Stars: ✭ 15 (-50%)
Mutual labels:  postman
postman-to-k6
Converts Postman collections to k6 script code
Stars: ✭ 269 (+796.67%)
Mutual labels:  postman
postman-runtime
www.postman.com/downloads
Stars: ✭ 160 (+433.33%)
Mutual labels:  postman
oraclesolaris-contrib
oraclesolaris-contrib is a repository focussed on the Oracle Solaris 11.4 StatsStore, using methodologies like REST to connect to Oracle Solaris 11.4 and the new features being introduced in Oracle Solaris 11.4 OS.
Stars: ✭ 46 (+53.33%)
Mutual labels:  postman
education
Knowledge base of OmiSoft.net
Stars: ✭ 18 (-40%)
Mutual labels:  postman
reky
Reky is an opensource API development platform. It automatically visualizes API response with outstanding graphs & tables.
Stars: ✭ 22 (-26.67%)
Mutual labels:  postman
rest-api
Laravel restfull api boilerplate
Stars: ✭ 57 (+90%)
Mutual labels:  postman
awesome-newman-html-template
😎 A newman html report very detailed
Stars: ✭ 63 (+110%)
Mutual labels:  postman
Newman-to-Slack
Runs a Newman test script and outputs the summary to a Slack webhook
Stars: ✭ 26 (-13.33%)
Mutual labels:  postman
jersey-jwt-springsecurity
Example of REST API with JWT authentication using Spring Boot, Spring Security, Jersey and Jackson.
Stars: ✭ 44 (+46.67%)
Mutual labels:  postman
meteorman
A DDP client with GUI (The Postman for Meteor)
Stars: ✭ 51 (+70%)
Mutual labels:  postman
CSharpCampReCapProject
Kodlama.io | C# Camp | Recap Project | Car Rental System | 2021
Stars: ✭ 17 (-43.33%)
Mutual labels:  postman
laravel-api
A repository containing a starter kit that can help you develop api in your Laravel applications.
Stars: ✭ 25 (-16.67%)
Mutual labels:  postman
strava-postman-collection
Postman collection for Strava v3 REST API.
Stars: ✭ 17 (-43.33%)
Mutual labels:  postman
postman-webex
Postman collections for Webex REST APIs
Stars: ✭ 97 (+223.33%)
Mutual labels:  postman
uvm
Universal Virtual Machine for Node and Browser
Stars: ✭ 29 (-3.33%)
Mutual labels:  postman
node-server-template
This is Node.js server tidy template / boilerplate with Express (with asyncified handlers, custom error handler) framework and MongoDb. The server use ES6 and above. On different branches you can see different techniques' and technologies' usage, such as Kafka, nodemailer, file download... You also can find postman collections.
Stars: ✭ 116 (+286.67%)
Mutual labels:  postman
httpyac
Command Line Interface for *.http and *.rest files. Connect with http, gRPC, WebSocket and MQTT
Stars: ✭ 103 (+243.33%)
Mutual labels:  postman
PostmanCollection
PlayFab Postman Collection
Stars: ✭ 32 (+6.67%)
Mutual labels:  postman
kb-proxy
kb-proxy 是一个可本地部署的、提供代理功能、接口测试管理、支持在线Mock、Host环境管理的在线工具平台。
Stars: ✭ 52 (+73.33%)
Mutual labels:  postman

npm

📦 postman-to-markdown

This package generate markdown document from postman.

First export the collection from postman.

Drag Racing

Drag Racing

Save the collection file.

Install

npm install -g postman-to-markdown

Usage

Execute postman-to-markdown specifying the collection file.

postman-to-markdown TwitterTracker.postman_collection.json 
Reading file TwitterTracker.postman_collection.json

Generating markdown file ...

Documentation was created correctly TwitterTracker.md

The package will create .md file.

Example of file generated example.md

Contributing

If someone wants to add or improve something, I invite you to collaborate directly in this repository: postman-to-markdown

License

postman-to-markdown is released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].