This may be a very stupid question. 

Is it possible to get all the defined rest services urls in a akka-http 
based application ? 

For eg: Assume that I have Employee Rest, Department Rest, Company Rest etc 
defined, each with say 5 types of urls. 

GET /employees
GET /employees/{id}
POST /employees
GET /departments
GET /departments/{id}

etc 
etc

In another application(say reporting-engine), I want to list out all the 
possible rest url's for use. So the client can use all the available rest 
services and build the required reports. 

Is there anyway in akka-http, that I can get all the defined urls and their 
Methods ?

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to