Hacker News new | ask | show | jobs
by tjpd 4788 days ago
I've heard good things about http://apiary.io on this front as well...
1 comments

i'm using it on first project and it's very nice. they let you export your complete api definition to apiary.apib file which can be parsed with their github.com/apiaryio/blueprint-parser into json and used with your custom server localy. it's also nice for synchronizing between devs, when added to vcs ...