Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

v0.0.4

Latest
Compare
Choose a tag to compare
@eculver eculver released this 22 Mar 20:13
b93e6ff

This release updates the NewClient API to support functional modifiers. The first two options include: WithBaseURL for modifying the base URL endpoint to which the client makes requests and WithHTTPClient for overriding the internal http.Client the client uses for HTTP transport. Both are useful for testing scenarios.