- Bugfix: Correctly handle nullable attributes in model types
- Feature: Add support for nullable models
- Set config.ContextHTTPRequest in Execute method
- Support WithMiddleware configuration option in the client
- Update
core
tov0.12.0
- Remove unused model data types.
- Update
core
tov0.10.0
- Improvement: Reword API client's description
- Update
core
tov0.7.7
. Thehttp.request
context is now passed in the clientDo
call.
- Bug fix:
NewAPIClient
now initializes a new client instead of usinghttp.DefaultClient
(#236)
- Add license and notice files
- Dependency updates
- Dependency updates
API methods, structs and waiters were renamed to have the same look and feel across all services and according to user feedback.
- Changed methods:
GetAccessTokens
renamed toListAccessTokens
GetServiceAccountJWKS
renamed toGetJWKS
GetServiceAccountKeys
renamed toListServiceAccountKeys
GetServiceAccounts
renamed toListServiceAccounts
GetUsers
renamed toListUsers
UpdateServiceAccountKey
renamed toPartialUpdateServiceAccountKey
- Changed structs:
AccessTokensResponse
renamed toListAccessTokensResponse
GetServiceAccountJWKS
renamed toJWKS
GetServiceAccountsKeysResponse
renamed toListServiceAccountKeysResponse
IntrospectRequestBody
renamed toIntrospectJWTPayload
IntrospectResponseBody
renamed toIntrospectJWTResponse
JsonWebKey
renamed toJWK
ServiceAccountImpersonationRequestBody
renamed toImpersonateServiceAccountPayload
ServiceAccountImpersonationResponse
renamed toImpersonateServiceAccountResponse
UpdateServiceAccountKeyPayload
renamed toPartialUpdateServiceAccountKeyPayload
UpdateServiceAccountKeyResponse
renamed toPartialUpdateServiceAccountKeyResponse
- Manage your STACKIT service accounts
- Usage example