-
Notifications
You must be signed in to change notification settings - Fork 35
feat: add batch operation endpoints for String Comments, Approvals, and Translations #242
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
Conversation
…nslations Co-authored-by: andrii-bodnar <29282228+andrii-bodnar@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #242 +/- ##
============================================
+ Coverage 91.97% 92.01% +0.05%
- Complexity 1554 1557 +3
============================================
Files 146 146
Lines 4180 4167 -13
============================================
- Hits 3844 3834 -10
+ Misses 336 333 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@copilot address the comments above |
Co-authored-by: andrii-bodnar <29282228+andrii-bodnar@users.noreply.github.com>
Done. Renamed methods to Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Implements support for the three new batch operation endpoints released in Crowdin API v2.
Changes
StringCommentApi
batchOperations()for batch PATCH operations on commentsStringTranslationApi
approvalsBatchOperations()for batch PATCH operations on approvalstranslationsBatchOperations()for batch PATCH operations on translationsAll methods follow the existing pattern from
SourceStringApi.batchOperations()and accept JSON Patch operations (RFC 6901):API Documentation
> [!WARNING]
>
>
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.