add rest api to get all registered services
dongshengz opened this issue · 3 comments
dongshengz commented
is there a quick and dirty way to the do this?
kobolog commented
I've added a simple ListServices()
method exposed on GET /service
endpoint – it simply returns a list of all virtual service IDs. You can use these IDs to query for service details via GET /service/{ID}
. Is this what you want?
dongshengz commented
yes. thanks!
kobolog commented
Welcome!