Skip to content

bronsonholden/springcm-sdk

Repository files navigation

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.

About

A library for working with the SpringCM REST API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published