crowdin-api-client-ruby icon indicating copy to clipboard operation
crowdin-api-client-ruby copied to clipboard

Ruby client library for Crowdin API

Results 19 crowdin-api-client-ruby issues
Sort by recently updated
recently updated
newest added

Changes: - Added code to raise error for all the four required parameters - `name` `format` `sourcePatterns` `exportPattern` Please let me know if we need tests for these. I wasn't...

[Add Bundle API reference](https://developer.crowdin.com/enterprise/api/v2/#operation/api.projects.bundles.post) https://github.com/crowdin/crowdin-api-client-ruby/blob/18f977eeb68d30baed7fe95da4545caa937dd3d2/lib/crowdin-api/api_resources/bundles.rb#L18 The following parameters are required by API - `name`, `format`, `sourcePatterns`, `exportPattern`. It should be marked as required in the code also and the corresponding...

enhancement
good first issue
hacktoberfest

**New API endpoints:** - [api.projects.reports.settings-templates.getMany](https://developer.crowdin.com/enterprise/api/v2/#operation/api.projects.reports.settings-templates.getMany) - [api.projects.reports.settings-templates.post](https://developer.crowdin.com/enterprise/api/v2/#operation/api.projects.reports.settings-templates.post) - [api.projects.reports.settings-templates.get](https://developer.crowdin.com/enterprise/api/v2/#operation/api.projects.reports.settings-templates.get) - [api.projects.reports.settings-templates.patch](https://developer.crowdin.com/enterprise/api/v2/#operation/api.projects.reports.settings-templates.patch) - [api.projects.settings-templates.delete](https://developer.crowdin.com/enterprise/api/v2/#operation/api.projects.settings-templates.delete) These new endpoints should be reflected in this API client and covered by Unit tests.

enhancement
good first issue
hacktoberfest

We're happy to announce a significant update for Crowdin Glossaries that allows managing the terminology in a more advanced way. There are a lot of new things and some changes...

enhancement
help wanted
hacktoberfest

As a Crowdin Ruby API client user, I would like to have online docs to navigate and explore the client resources, methods, parameters, etc. Examples: - [Crowdin API Client PHP...

enhancement
help wanted
hacktoberfest

Recently, Crowdin introduced new AI features, including a new set of API endpoints to manage and interact with these AI resources. The new AI API endpoints should be added to...

enhancement
help wanted

We've added a new API methods section - [Organization-Webhooks](https://developer.crowdin.com/api/v2/#tag/Organization-Webhooks). It's a webhooks that allow you to collect information about events that happen in your Crowdin account/organization. It would be great...

enhancement
good first issue
hacktoberfest

Crowdin Rest API now supports the `qaChecksIgnorableCategories` field on the Projects API. This field allows you to retrieve the list of QA Check categories that can be ignored for a...

enhancement
good first issue
hacktoberfest

Crowdin added new API endpoint - [String Batch Operations](https://developer.crowdin.com/api/v2/#operation/api.projects.strings.batchPatch). It would be great to add the new method to this API client as well as the corresponding unit tests.

enhancement
good first issue
hacktoberfest

Crowdin Rest API now supports API methods that allow to manage screenshot labels. **New API methods**: - [Assign Label to Screenshots](https://developer.crowdin.com/api/v2/#operation/api.projects.labels.screenshots.post) - [Unassign Label from Screenshots](https://developer.crowdin.com/api/v2/#operation/api.projects.labels.screenshots.deleteMany) It should be added...

enhancement
good first issue
hacktoberfest