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

`WorkflowsApiExecutor` is not accessible in the `CrowdinApiClient` class #203

Closed andrii-bodnar closed 11 months ago

andrii-bodnar commented 11 months ago

References:

Zahid92 commented 11 months ago

Hi @andrii-bodnar I would like to work on this issue. Could you elaborate some more about what are we trying to achieve here ?

andrii-bodnar commented 11 months ago

Hi @Zahid92 great, thank you!

Currently, the Workflows API can't be called because it was accidentally not initialized in the client. Like this: await client.Workflows

For example, how it works for the Storage API:

ResponseList<StorageResource> storages = await client.Storage.ListStorages();