You can check on https://developers.helloreverb.com/swagger/ All you need is to generate the swagger api definition json files(s) which can be automated by small amount of code or swagger has a tool for the autmoation process if you use express.js.
Cheers, Tolga On Saturday, August 10, 2013 1:00:59 AM UTC+3, Victor Hooi wrote: > > Hi, > > I'm currently using the Django Rest Framework ( > http://django-rest-framework.org/), which is, as the name suggests, a > REST framework for Django. > > It has a very neat browserable API - you can see a demo here: > > http://restframework.herokuapp.com/ > > Basically, if you go to the REST endpoints with a browser, it offers a > nice HTML interface, and if it's a writeable endpoint, you can also use a > webform to POST/PUT etc. > > It's quite nice for discovery, and also great for testing/debugging. > > I'm just curious if anybody knows of something similar or equivalent in > Node.js? > > Cheers, > Victor > -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
