You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Th Authorization Extension API is provided as RESTful calls. But RESTful is still very primitive and requires much code to wrap the interface.
I'm developing a Golang service that interacts with the authorization extension, to get group membership, etc. Is there a ready-to-go SDK for Golang (as well as other languages)? Thanks.
The text was updated successfully, but these errors were encountered:
@hsluoyz If you run npm serve:dev you can access the swagger definition at http://$yourproxy.ngrok.io/swagger.json. Then use https://github.com/go-swagger/go-swagger to generate your own client.
Th Authorization Extension API is provided as RESTful calls. But RESTful is still very primitive and requires much code to wrap the interface.
I'm developing a Golang service that interacts with the authorization extension, to get group membership, etc. Is there a ready-to-go SDK for Golang (as well as other languages)? Thanks.
The text was updated successfully, but these errors were encountered: