Changelog
1.0.4 (May 2022)
Code Enhancements:
added utility functions to easily convert pointers to values of basic types in
utils.goimproved error handling while decoding API Response
fixed value for
Versionconstant 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
TokenApitoTokensApi, pointer toTokensApiServicerenamed 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
httpsandhttpschemas
Dependency-updates:
updated
golang.org/x/oauth2go import to the latest version
1.0.1 (November, 2021)
Code Enhancements:
sorted imports
removed
git_push.shscript
1.0.0 (November, 2021)
Features:
first release 🎉
added api(
TokenApi) and models(Jwt,Token,Tokens, etc.) for Auth API
Last updated
