postmanerator icon indicating copy to clipboard operation
postmanerator copied to clipboard

A HTTP API documentation generator that use Postman collections

Results 33 postmanerator issues
Sort by recently updated
recently updated
newest added

I added folders to the collection, but the postmanerator did not generate the corresponding directory menu and content

When writing to `stdout`, Postmanerator also writes diagnostic messages such as Generating output... and SUCCESS. to `stdout`. These are not part of the desired output from the theme. These messages...

Postmanerator's `-help` says: ``` -output string the output file, default is stdout ``` This is great for using Postmanerator in an automated pipeline—**except** there's no way for the program to...

After export collection v2 i executed this command : `./postmanerator -output=./doc.html -collection=/path/to/project/collectionv2.json` and then had this error : ``` Failed to parse collection file: json: cannot unmarshal string into Go...

Hi, I am new to Sparx tool and trying to add postmanerator to it. Does anyone have a detailed installation guide explaining step by step procedure to get this done....

I successfully generated the document using postmanerator, but the directory of the document does not support Chinese

I can parse a collection fine using the following command-- postmanerator -output=./doc.html -collection=/var/www/[email protected]/config/postman_collection.json this will show me a success message, however when i try and attach my corresponding environment variables,...

When you want to use variables from your collection (or folder) in Postman, you'll have to add the variable in the request like this: {{server}}. But in the generated 'http'...

I've the issue when using this tool to parse my postman collection with graphql body included. The output document show an empty request body. This tool is great and work...

Hi, The tool is great. However, it does not include auth details from the collection.json. Any idea of how to include that? The headers are being added, but not the...