Re: [akka-user] Routing DSL self documentation?

2016-02-10 Thread Konrad Malawski
Hi there, this has been a hot topic for quite some time. There exist attempts to implement it in the community, for example: https://github.com/Tecsisa/akka-http-swagger or https://github.com/devsprint/akka-http-swagger For an in depth discussion why it's hard to implement see this issue:  https:

[akka-user] Routing DSL self documentation?

2016-02-02 Thread David Knapp
Is there any internal or 3rd party way to have the routing DSL create API docs? Or a library that queries the route via reflection or something and outputs some documentation about the api endpoints and parameters and such? -- >> Read the docs: http://akka.io/docs/ >>