Open Issues Need Help
View All on GitHubAI Summary: Extend the Crowdin Go client library to support the new Crowdin Enterprise API endpoints for managing string corrections. This involves adding new functions to the library for listing, adding, deleting, getting, restoring, and deleting individual string corrections, based on the provided API documentation.
Go client library for Crowdin API
AI Summary: Extend the Crowdin Go client library to support the newly added report schemas: `source-content-updates`, `project-members`, `editor-issues`, `qa-check-issues`, `saving-activity`, `translation-activity`, `group-task-usage` (Enterprise only), `group-qa-check-issues` (Enterprise only), and `group-translation-activity` (Enterprise only). This involves adding new functions to the client's `Reports` service to handle requests for these new report types, and potentially updating the existing request/response models to accommodate the new schema structures.
Go client library for Crowdin API