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

DeleteStorage and GetStorage must use long instead of int #241

Closed Cancri55E closed 1 month ago

Cancri55E commented 1 month ago

After this PR https://github.com/crowdin/crowdin-api-client-dotnet/pull/240 you must fix DeleteStorage and GetStorage methods to use long instead of int for storageId

Surya056 commented 1 month ago

I would like to contribute by fixing this bug.

Surya056 commented 1 month ago

Please find the below pull request for the same, please review and let me know if any other changes to be done : https://github.com/crowdin/crowdin-api-client-dotnet/pull/242