crowdin / crowdin/crowdin-api-client-ruby
Add new Report Archives API endpoints
- Dominant language
- Ruby
- Stars
- 59
- Forks
- 22
- Avg merge
- 1h 11m
- Merged PRs (30d)
- 1
Description
Crowdin has recently introduced a new feature called _Report Archives_ that allows you to see the history of your reports. This feature comes with a set of new API endpoints that you can use to interact with the report archives.
The new API endpoints should be added to the Crowdin API client.
**References:**
- [List Report Archives](https://developer.crowdin.com/api/v2/#operation/api.reports.archives.getMany)
- [Get Report Archive](https://developer.crowdin.com/api/v2/#operation/api.users.reports.archives.get)
- [Delete Report Archive](https://developer.crowdin.com/api/v2/#operation/api.users.reports.archives.delete)
- [Export Report Archive](https://developer.crowdin.com/api/v2/#operation/api.reports.archives.exports.post)
- [Check Report Archive Export Status](https://developer.crowdin.com/api/v2/#operation/api.users.reports.archives.exports.get)
- [Download Report Archive](https://developer.crowdin.com/api/v2/#operation/api.users.reports.archives.exports.download.get)
Contributor guide
Assessment
This issue has not been assessed yet.