0.0
No commit activity in last 3 years
No release in over 3 years
A library for working with the SpringCM REST API and associated objects in Ruby applications.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 13.0
~> 3.0
~> 0.17
~> 2.0
~> 2.3
~> 3.6
~> 0.9

Runtime

~> 1.0
 Project Readme

SpringCM SDK

Gem Version Inline docs Depfu Build Status Maintainability Test Coverage

This gem is a library for working with the SpringCM REST API.

Installation

Add this line to your application's Gemfile:

gem 'springcm-sdk'

And then execute:

$ bundle

Or install it yourself as:

$ gem install springcm-sdk

Usage

Connecting

To begin using the SpringCM REST API, you must first acquire a client ID and secret pair. To do so, contact DocuSign Support and request a key pair for REST API usage. They require you to be a super administrator in the account before they will generate the key pair for you. For more information, see the SpringCM REST API Guide.

client = Springcm::Client.new("uatna11", "<your client ID>", "<your client secret>")
client.connect
client.authenticated?
# ...

For more information, view the documentation.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/paulholden2/springcm-sdk.

License

The gem is available as open source under the terms of the MIT License.