crowdin / crowdin-api-client-dotnet

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

fix: StringBatchOperations: add support for missing Pagination object #152

Closed innomaxx closed 1 year ago

innomaxx commented 1 year ago

Now ResponseList<T>.Pagination property marked as nullable via NRT Added test case from #150

Closes #150