v0.2.5
The release incorporates the up-to-date API contract as of 2023-10-11 00:08:16 GMT.
Fixed
- [BREAKING] Method
UpdateProject
returns the object of the typeUpdateProjectRespObj
(combination ofOperationsResponse
andProjectResponse
) now.
Note that it reverts corresponding change made in v0.2.4.
Changed
- The struct
ApiKeyCreateResponse
(the response type of the methodCreateApiKey
) contains the attributesCreatedAt
andName
now.