Skip to content

v1.3.0 Bugfixes, Code quality improvements and 2 new endpoints

Compare
Choose a tag to compare
@fredx30 fredx30 released this 11 Jun 08:43
· 55 commits to master since this release
b66bc62

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 as wharfapi.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)