nylas-nodejs
nylas-nodejs copied to clipboard
A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.
I have been unable to determine how to properly obtain a child folder in v3. Previously in v2, if there was a folder **foo** with a sub-folder of **bar**, the...
**Describe the bug** When installing Nylas SDK 7 to a new repo, using TypeScript 5 and type "module" in package.json, TypeScript throws the error `This expression is not constructable.` adding...
# License I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of...
I am not sure if this qualifies as a bug or a feature request, I suppose an argument could be made for either. Because I am unsure, I will post...
# Description This PR adds support for the `/connect/detect_provider` endpint. # Usage To get the provider: ```javascript const Nylas = require('nylas'); // Initialize an instance of the Nylas SDK using...
be able to create a mock nylas instance that can return mock data when running unit tests.
**Is your feature request related to a problem? Please describe.** We're integrating with Nylas and in our typescript front end code want to make use of types for the Nylas...
It seems [BaseMessage.createdAt](https://github.com/nylas/nylas-nodejs/blob/4dc6968381c00759cc6b5006909ce452d7627c8f/src/models/messages.ts#L25) is no longer returned by the V3 API. This breaking change seems to have been introduced on July 10th.
This package is currently leaking the `eslint-plugin-import` dev dependency into the production dependencies, thus requiring consumers to have it installed as a dependency. # License I confirm that this contribution...
# Description This PR adds the `attendees` field for filtering events. # License I confirm that this contribution is made under the terms of the MIT license and that I...