# Functions
NewClient returns a client.
SpecFromRaw returns a swagger spec from a json blob.
SpecOAuth2ScopeIter iterates a Swagger spec and calls a function with url path, http action and oauth2 scopes.
# Variables
No description provided by the author
# Type aliases
OAuth2ScopeIterFunc functions are used to collect path, action and oauth2 scopes from a swagger spec.
No description provided by the author