This repository was archived by the owner on Mar 23, 2023. It is now read-only.
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.