gosaviynt
is a Go language client SDK for the Saviynt Enterprise Identity Cloud (EIC) REST API.
This client SDK is auto-generated using the OpenAPI Generator codegen project.
The REST API is specificed by the OpenAPI Specification and maintained in the github.com/saviynt/saviynt-api-reference
repository.
Questions or requests for this SDK should be posted via GitHub issues for this repo.
The base page, gosaviynt
, includes basic methods to retrieve an *oauth2.Token
and *http.Client
. These can be used with the auto-generated client SDK in the saviynt
package.
- An example of using
gosaviynt.FetchToken()
is availabe incmd/client
. - An example of using the generated client is available in
cmd/runtimecontrolsdata