-
Notifications
You must be signed in to change notification settings - Fork 0
Feature - rates #19
New issue
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
Feature - rates #19
Conversation
go lint errors fix payloads go fmt remove currency for testing rates lint
Rafael, I sorted out those issues, but what region is the test installation on? I can not find tw-test-eu-* site in any region to enable MC, so I can write some tests for them |
It's a custom domain for my test installation in EU: https://tw-test-eu.rafael.net.br/ (#488712) We should probably replace this with some other installation at some point. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice one! 👏 Thanks for working on this.
Could you please squash the commits before merging? It should help to keep the feature changes in a single patch.
Nice one @rafaeljusto, of course. |
Description
This PR adds comprehensive support for Teamwork's rates management API, enabling
management of installation, project, and user-specific billing rates through the
Go SDK.
Key Features:
This functionality is required for the upcoming MCP server integration to provide
rate management capabilities to external clients.
Testing:
Type of Change
Testing
go test -v ./...
)Checklist