Changelog
1.0.4 (May 2022)
Code Enhancements:
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 inclient.go
1.0.3 (January 2022)
Documentation:
updated description for
TokensGenerate()
function
1.0.2 (January 2022)
Code Enhancements:
renamed APIClient's field
TokenApi
toTokensApi
, pointer toTokensApiService
renamed function
GetAllTokens()
toTokensGet()
renamed function
GetAllTokensExecute()
toTokensGetExecute()
renamed function
GetTokenById()
toTokensFindById()
renamed function
GetTokenByIdExecute()
toTokensFindByIdExecute()
renamed function
CreateToken()
toTokensGenerate()
renamed function
CreateTokenExecute()
toTokensGenerateExecute()
renamed function
DeleteTokenById()
toTokensDeleteById()
renamed function
DeleteTokenByIdExecute()
toTokensDeleteByIdExecute()
renamed function
DeleteTokenByCriteria()
toTokensDeleteByCriteria()
renamed function
DeleteTokenByCriteriaExecute()
toTokensDeleteByCriteriaExecute()
Fixes:
fixed bug to support both
https
andhttp
schemas
Dependency-updates:
updated
golang.org/x/oauth2
go import to the latest version
1.0.1 (November, 2021)
Code Enhancements:
sorted imports
removed
git_push.sh
script
1.0.0 (November, 2021)
Features:
first release 🎉
added api(
TokenApi
) and models(Jwt
,Token
,Tokens
, etc.) for Auth API
Last updated