feat: add Applications API support#267
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #267 +/- ##
============================================
+ Coverage 93.30% 93.33% +0.03%
- Complexity 1840 1846 +6
============================================
Files 169 171 +2
Lines 4969 4986 +17
============================================
+ Hits 4636 4653 +17
Misses 333 333 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Adds support for Crowdin Applications API endpoints for managing custom application data.
Changes:
- Introduces
ApplicationApiwith get/add/update/delete/edit methods. - Adds
ApplicationDatamodel for arbitrary application-defined payloads. - Registers the new API service and adds unit tests for API/model behavior.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
src/CrowdinApiClient/Api/ApplicationApi.php |
Adds Applications API endpoint wrappers. |
src/CrowdinApiClient/Model/ApplicationData.php |
Adds a model for application data payloads. |
src/CrowdinApiClient/Crowdin.php |
Registers the application service. |
tests/CrowdinApiClient/Api/ApplicationApiTest.php |
Adds tests for Applications API methods. |
tests/CrowdinApiClient/Model/ApplicationDataTest.php |
Adds tests for generic data access on ApplicationData. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
Author
|
@andrii-bodnar please review and merge |
andrii-bodnar
approved these changes
Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #159