aubm / postmanerator

A HTTP API documentation generator that use Postman collections
MIT License
653 stars 94 forks source link

Postmanerator as a service #38

Open hughmp opened 6 years ago

hughmp commented 6 years ago

Hey, firstly thank you for making this, it's awesome :)

I made a very simple api which takes a URL or a JSON object and converts it to an html page using Postmanerator.

It's hosted here: https://postmanerator.now.sh

Just give it a URL like this:

https://postmanerator.now.sh?collection=https://raw.githubusercontent.com/heremaps/postman-collections/master/location-custom.postman_collection

and it'll perform the magic :)

I'll make it describe itself shortly!

Got a few ideas for this which would be great to collaborate on if you fancy?

aubm commented 6 years ago

Hello, that's cool :) I have been thinking about doing something like this in the future, glad that you took the action :)

I'm quite busy now but I will come back to you later. In the meantime, you can submit a PR to add a note about your service in the README if you want :)

susielinphsa commented 6 years ago

Possible to add another service that support Collection v2 or Collection v2.1?

hughmp commented 6 years ago

@susielinphsa a v2/v2.1 service is dependent on #28