crowdin / crowdin/crowdin-api-client-ruby

Add support for String Comment Attachments

Open
#115 0 comments 0 reactions 0 assignees View on GitHub
enhancement good first issue
Dominant language
Ruby
Stars
59
Forks
22
Avg merge
1h 11m
Merged PRs (30d)
1

Description

The Crowdin API has been extended with support for attachments in string comments. This enhancement allows you to attach files to string comments and manage these attachments.

The Crowdin API client libraries need to be updated to include the new endpoint and reflect the changes to existing endpoints.

**Changes:**
- [Add Comment](https://support.crowdin.com/developer/api/v2/#tag/StringAsset-Comments/operation/api.projects.comments.post) - Now supports `attachments` request parameter to attach files when creating a comment
- [Get Comment](https://support.crowdin.com/developer/api/v2/#tag/StringAsset-Comments/operation/api.projects.comments.get) - Response now includes `attachments` field with attached files

**New Endpoint:**
- [Delete Comment Attachment](https://support.crowdin.com/developer/api/v2/#tag/StringAsset-Comments/operation/api.projects.comments.attachments.delete) - Remove an attachment from a string comment

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.