Skip to content

v0.1.33

Choose a tag to compare

@tfadeyi tfadeyi released this 02 Dec 18:12
· 744 commits to master since this release
2ae7e2c

Refactor Agent's HTTP Client package.

  • Add new HTTP Client abstaction.
  • Add APITokenClient HTTP client implementation
    • The agent can now be configured using the api-token flag or the API_TOKEN environment variable.
  • Add OAuthClient HTTP client implementation
  • UnauthenticatedClient HTTP client implementation