test2doc
test2doc copied to clipboard
Generate documentation for your REST/HTTP API from your Go unit tests
`http.HandleFunc` documentation was not discovered because only first class functions were traversed when building apib documentation. Now both first class functions and type methods are traversed. For example: ``` type...
My gorilla mux routes are set up using controllers so that each route has access to the app's `runtime`, which contains important config variables. The handlers on the controller have...
This PR adds the ability to set the `Description` and `Title` used by test2doc by setting custom request headers. Sometimes the HTTP Handler is not a function or method in...
Awesome Library. The part I really like is ability to choose the APIs to document (other similar ones don't really provide that flexibility) Will be even more awesome if you...