Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
smartsheet
Advanced tools
This is an SDK to simplify connecting to the Smartsheet API from Node.js applications.
Please note that this SDK is beta and may change significantly in the future.
To install this SDK, simply run the following command in a terminal window:
npm install smartsheet
The Smartsheet API documentation can be found here.
See this page for code examples that show how to use this SDK.
If you would like to contribute a change to the SDK, please fork a branch and then submit a pull request. More info here.
If you have any questions or issues with this SDK please post on StackOverflow using the tag "smartsheet-api" or contact us directly at api@smartsheet.com.
All APIs are exposed inside the root module that is created using the following:
var client = require('smartsheet');
var smartsheet = client.createClient({accessToken:'ACCESSTOKEN'});
The smartsheet variable now contains access to all of the APIs documented here. See this page for code examples that show how to call various methods using this SDK.
Each specific release is available for download via Github.
v0.0.1-beta (Aug 12, 2015)
Note: Minor changes that result in a patch version increment in NPM (such as updates to the README) will not be tagged as a Release in GitHub.
0.1.0 - April 7, 2017
FAQs
Smartsheet JavaScript client SDK
The npm package smartsheet receives a total of 12,613 weekly downloads. As such, smartsheet popularity was classified as popular.
We found that smartsheet demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.