Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ This SDK contains two components useful to developers. They are:
- [SDK](sdk) — Main SDK package, interacts with RingCentral REST API
- [Subscriptions SDK](subscriptions) — Additional SDK which listens to push notifications

## Install the SDK via NPM

- [RingCentral JS SDK](https://www.npmjs.com/package/@ringcentral/sdk) ```npm install @ringcentral/sdk```
- [RingCentral JS Subscriptions SDK](https://www.npmjs.com/package/@ringcentral/subscriptions) ```npm install @ringcentral/subscriptions```

## Are you a first-time RingCentral Developer?

If this is your first time building a RingCentral application, we recommend you get started online using our SMS Quick Start guide which will help you get up-and-running in minutes.
Expand Down