Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bautistaj/postman-to-markdown
/ functions
Functions
10 in github.com/bautistaj/postman-to-markdown
⨍
Functions
10
◇
Types & classes
0
↓ 2 callers
Function
readMethods
* Read methods of each item * @param {object} post
src/util/index.js:150
↓ 1 callers
Function
createStructureOfMarkdown
* Create structure of markdown documentation * @param {object} docJson * @return {strinf} structure of markdown
src/util/index.js:9
↓ 1 callers
Function
init
* Init execution
src/index.js:11
↓ 1 callers
Function
readAuthorization
* Read auth of each method * @param {object} auth
src/util/index.js:25
↓ 1 callers
Function
readFormDataBody
* Read objects of each method * @param {object} body
src/util/index.js:90
↓ 1 callers
Function
readItems
* Read items of json postman * @param {Array} items
src/util/index.js:178
↓ 1 callers
Function
readQueryParams
(url)
src/util/index.js:69
↓ 1 callers
Function
readRequestOptions
* Read request of each method * @param {object} request information * @return {string} info of data about request options
src/util/index.js:53
↓ 1 callers
Function
readResponse
* Read methods of response * @param {array} responses
src/util/index.js:129
↓ 1 callers
Function
writeFile
* Create file * @param {string} content
src/util/index.js:205