v1.3.0 Bugfixes, Code quality improvements and 2 new endpoints
Changes (since v1.2.0)
-
Fixed implementation of the refactor for ApiUrl to APIURL. (#8)
-
Added endpoint
PUT /api/provider
. (#8) -
Added endpoint
PUT /api/token
. (#8) -
Added problem response handling so better and more informative errors are
returned aswharfapi.ProblemError
instead. (#4) -
Fixed "non-2xx status code" checks. (#4)
-
Fixed invalid initialisms in method and field names. Affected names: (#5)
Before After Client.ApiUrl
Client.APIURL
Client.GetProjectById
Client.GetProjectByID
Client.GetProviderById
Client.GetProviderByID
Client.GetTokenById
Client.GetTokenByID
Project.AvatarUrl
Project.AvatarURL
ProjectRunResponse.BuildId
ProjectRunResponse.BuildID
-
Remove ProviderID from Token to match the corresponding change in the DB datastructure. (#6)