nylas-ruby icon indicating copy to clipboard operation
nylas-ruby copied to clipboard

Ruby bindings for the Nylas Platform APIs

Results 9 nylas-ruby issues
Sort by recently updated
recently updated
newest added

Add accessTokenInfo method # Description Add missing accessTokenInfo method https://nylas.atlassian.net/browse/TW-2883 # License I confirm that this contribution is made under the terms of the MIT license and that I have...

# Description Added message.created and message.updated https://nylas.atlassian.net/browse/TW-2781 # License I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary...

**Describe the bug** When passing the result of calling the free/busy endpoint to `calendars.availability`, I recieve a `Nylas::InvalidRequest` error with the message `free_busy.0.time_slots: Missing data for required field.` **To Reproduce**...

bug

# Description As reported by @bmulholland: ``` warning: lib/ruby/3.3.0/ostruct.rb was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0. You...

There is no way to retrieve a second page of folders since the [list method](https://github.com/nylas/nylas-ruby/blob/main/lib/nylas/resources/folders.rb#L18) in Folders only takes the identifier parameter. If the query_params argument is added (for example...

enhancement

Ruby 3.3.5 outputs: ``` warning: lib/ruby/3.3.0/ostruct.rb was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0. You can add ostruct...

bug

**Describe the bug** "Content-Type": "multipart/form-data" is not set when I try to send attachments > 3mb. **To Reproduce** Some steps involved to reproduce the bug and any code samples you...

bug

# Description The `message.bounce_detected` seems to be missing and I'm adding it here. https://developer.nylas.com/docs/v3/notifications/notification-schemas/#message-bounce-detected-notifications # License I confirm that this contribution is made under the terms of the MIT license...

**Describe the bug** The Bookings#destroy method doesn't support passing a request_body parameter (e.g., for cancellation_reason), and the underlying ApiOperations::Delete#delete method hardcodes payload: nil. This causes 422 Unprocessable Entity errors when...

bug