Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

smartsheet

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

smartsheet

Smartsheet JavaScript SDK

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
13K
decreased by-5.72%
Maintainers
1
Weekly downloads
 
Created
Source

Smartsheet SDK for JavaScript

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.

Installation

To install this SDK, simply run the following command in a terminal window:

npm install smartsheet

Documentation

The Smartsheet API documentation can be found here.

See this page for code examples that show how to use this SDK.

Contributing

If you would like to contribute a change to the SDK, please fork a branch and then submit a pull request. More info here.

Support

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.

Example Usage

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.

Release Notes

Each specific release is available for download via Github.

v0.0.1-beta (Aug 12, 2015)

  • Initial Release of the Smartsheet SDK for JavaScript

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.

Keywords

FAQs

Package last updated on 08 Apr 2017

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc