API Libraries

Sunshine Conversations provides official API libraries for JavaScript and Java. Those helpful libraries wraps calls to the Sunshine Conversations REST API.

JavaScript

Available via npm:

npm install sunshine-conversations-client --save

Note that sunshine-conversations-client is built for a Node.js environment.

Check out the package’s docs for the list of methods.

Ruby

Available as a gem:

gem install sunshine-conversations-client

Check out the package’s docs for further installation instructions and the list of methods. The source for this package is also available in the GitHub repo.

Python

Available through pip:

pip install sunshine-conversations-client

Check out the package’s docs for further installation instructions and the list of methods. The source for this package is also available in the GitHub repo.

Java

Check out the package’s docs for Maven and Gradle installation instructions, and for the list of methods. The source for this package is also available in the GitHub repo.