crowdin / crowdin/crowdin-api-client-ruby
Add support for new File References API
- Dominant language
- Ruby
- Stars
- 59
- Forks
- 22
- Avg merge
- 1h 11m
- Merged PRs (30d)
- 1
Description
The Crowdin API has been extended with new endpoints, allowing you to manage asset file references in your [Source Files](https://support.crowdin.com/developer/api/v2/#tag/Source-Files) workflow.
The Crowdin API client libraries need to be updated to include these new endpoints.
**References:**
- [List File References](https://support.crowdin.com/developer/api/v2/#tag/Source-Files/operation/api.projects.files.references.getMany)
- [Get File Reference](https://support.crowdin.com/developer/api/v2/#tag/Source-Files/operation/api.projects.files.references.get)
- [Add File Reference](https://support.crowdin.com/developer/api/v2/#tag/Source-Files/operation/api.projects.files.references.post)
- [Delete File Reference](https://support.crowdin.com/developer/api/v2/#tag/Source-Files/operation/api.projects.files.references.delete)
Contributor guide
Assessment
This issue has not been assessed yet.