crowdin / crowdin-api-client-dotnet

.NET client library for Crowdin API
https://www.nuget.org/packages/Crowdin.Api/
MIT License
50 stars 27 forks source link

Add new Report Archives API endpoints #234

Closed andrii-bodnar closed 3 weeks ago

andrii-bodnar commented 2 months ago

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:

andrii-bodnar commented 2 months ago

Consider the discussions from the Java API Client implementation - https://github.com/crowdin/crowdin-api-client-java/pull/242