ApiDoc - Inline Documentation for RESTful web APIs
1–6 of 6 posts
Re: ApiDoc - Inline Documentation for RESTful web APIs
#2Is this only for JavaScript source? I miss the interactivity e.g. available in https://developers.helloreverb.com/swagger/
Re: ApiDoc - Inline Documentation for RESTful web APIs
#3Is this only for JavaScript source? I miss the interactivity e.g. available in https://developers.helloreverb.com/swagger/
You can use it on any source, but we write it in JavaScript with NodeJs.
Re: ApiDoc - Inline Documentation for RESTful web APIs
#4Great work! This is something I have been looking for. It would be nice if you listed some of the alternatives out there as well.
Re: ApiDoc - Inline Documentation for RESTful web APIs
#5Great work! This is something I have been looking for. It would be nice if you listed some of the alternatives out there as well.
Hope some people write here some alternatives, i always watch for good tools too. Most of the documentation tools document the code itself (like JSDoc), but i did not found many for RESTful Api documentation, thats why i start the project :)
Re: ApiDoc - Inline Documentation for RESTful web APIs
#6Great work! This is something I have been looking for. It would be nice if you listed some of the alternatives out there as well.
Hope some people write here some alternatives, i always watch for good tools too. Most of the documentation tools document the code itself (like JSDoc), but i did not found many for RESTful Api documentation, thats why i start the project :)
One such tool is Swagger [1]. The nice thing about it is that it can automatically write you a client as well. There are client implementations for many programming languages, such as Java, Scala, Clojure, Ruby, Python, PHP, Javascript and C#.