We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At the moment the Client is a struct.
Client
Perhaps we could move that to an interface, allowing easy mocking of the requests for testing?
The text was updated successfully, but these errors were encountered:
Merge pull request keighl#25 from mrz1836/dependabot/github_actions/m…
5c602f6
…aster/goreleaser/goreleaser-action-4.2.0 Bump goreleaser/goreleaser-action from 4.1.0 to 4.2.0
No branches or pull requests
At the moment the
Client
is a struct.Perhaps we could move that to an interface, allowing easy mocking of the requests for testing?
The text was updated successfully, but these errors were encountered: