Hi all, I would like to get a endpoint for a dedicated service but I can't find how to do that.
>From keystoneApi.getServiceAdminApi().get().list().concat() , I get all the services but the endpoints iterator is always empty :( >From keystoneApi.getTokenApi().get().listEndpointsForToken(token) , I can get all the endpoints but there is no name or type to know the kind of each endpoint. Any idea ? Thanks, Stéphane
