Changelog
Last updated
Was this helpful?
added utility functions to easily convert pointers to values of basic types in utils.go
improved error handling while decoding API Response
fixed value for Version constant defined in client.go
updated description for TokensGenerate() function
renamed APIClient's field TokenApi to TokensApi, pointer to TokensApiService
renamed function GetAllTokens() to TokensGet()
renamed function GetAllTokensExecute() to TokensGetExecute()
renamed function GetTokenById() to TokensFindById()
renamed function GetTokenByIdExecute() to TokensFindByIdExecute()
renamed function CreateToken() to TokensGenerate()
renamed function CreateTokenExecute() to TokensGenerateExecute()
renamed function DeleteTokenById() to TokensDeleteById()
renamed function DeleteTokenByIdExecute() to TokensDeleteByIdExecute()
renamed function DeleteTokenByCriteria() to TokensDeleteByCriteria()
renamed function DeleteTokenByCriteriaExecute() to TokensDeleteByCriteriaExecute()
fixed bug to support both https and http schemas
updated golang.org/x/oauth2 go import to the latest version
sorted imports
removed git_push.sh script
first release 🎉
added api(TokenApi) and models(Jwt, Token, Tokens, etc.) for Auth API
Last updated
Was this helpful?
Was this helpful?