Open
Description
According to Crowdin API Documentation https://support.crowdin.com/developer/api/v2/#tag/Tasks/operation/api.projects.tasks.getMany, the API listing tasks accepts mutiple values for the status
filter:
List tasks with specified statuses. It can be one status or a list of comma-separated status values
The SDK only accepts one status.
Could you support a list of statuses in Tasks APIs?
Thanks