nylas / nylas-nodejs

A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.
MIT License
169 stars 118 forks source link

v6.9.0 Release #431

Closed mrashed-dev closed 1 year ago

mrashed-dev commented 1 year ago

Description

New Nylas Node SDK v6.9.0 contains the following additions:

Usage

Configuring request timeout

To set the timeout you can add it as part of the initial Nylas SDK config:

const Nylas = require('nylas');

// Initialize an instance of the Nylas SDK using the client credentials and timeout
Nylas.config({
  clientId: "CLIENT_ID",
  clientSecret: "CLIENT_SECRET",
  timeout: 60 // 60 second timeout
});

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 its copyright owner.

codecov[bot] commented 1 year ago

Codecov Report

Merging #431 (9ac402e) into main (61fbc07) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #431   +/-   ##
=======================================
  Coverage   91.71%   91.71%           
=======================================
  Files          62       62           
  Lines        2632     2632           
  Branches      479      479           
=======================================
  Hits         2414     2414           
  Misses        217      217           
  Partials        1        1           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.