jk / RestServer

A PHP REST server for providing a very light-weight REST API. If you want color highlighting support for TextMate, look here: https://gist.github.com/1149076

Home Page:http://jacwright.com/blog/250/simple-rest-server-in-php-supports-json-amf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generated documentation using a API description language

jk opened this issue · comments

The source code as a documentation is fine if you're the only one who is using the API. But when you open up to third-party, the absence of a good documentation will render your API useless to others. Since jk/restserver manage its functionality via DocBlock comments it's straight forward to generate a comprehensive documentation from it.

I have something like http://swagger.io/ in mind. But other languages are already worth to consider.

Implement one or more of the following API specification/description languages: