betacraft / yaag

Yet Another ApiDoc Generator (for Golang web apps)
MIT License
288 stars 62 forks source link

Use generic route for revel instead of url.path when available #40

Closed Fyb3roptik closed 7 years ago

Fyb3roptik commented 7 years ago

Is there any way to make it generate the api docs for each endpoint in the routes file? Also instead of having the actual model id number can we set things like :model_id in the endpoint url?

aniketawati commented 7 years ago

You can write test cases and run them with Yaag on. As for using paths from routes, it's not currently supported.