-
Documentation-driven development for APIs: what is it, how do you do it and
Jose Antonio Haro PeraltaThe code for this post is available under: https://github.com/abunuwas/documentation-driven-developmentDocumentation-driven development is an approach to API development where you write the documentation first, and then implement the API as per the specification. If you have any clients of t...
More like this (2)
-
Ask HN: How Do You Write Documentation
First you need to know what kind of documentation you want to write.I am a developer...
-
swagger-api/swagger-codegen
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages...