Tag Archives: documentation

Automated Documentation for REST APIs

There are in fact two approaches to automation that are used to document REST APIs. One is similar to the tools I mentioned above, where comments are taken from code to generate the documentation. The other involves having the documentation separate from the code, but in a data format (such as JSON) that can be parsed and used to generate the documentation.

(Full Story: Automated Documentation for REST APIs)


Follow

Get every new post delivered to your Inbox.