kobolog/gorb

add rest api to get all registered services

dongshengz opened this issue · 3 comments

is there a quick and dirty way to the do this?

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?

yes. thanks!

Welcome!