This gem helps support Adobe Echosign's REST API Please read more at https://www.echosign.adobe.com/en/products/echosign-api-dev-center.html
NB there is no support planned for the SOAP endpoint
Add this line to your application's Gemfile:
gem 'echosign'
And then execute:
$ bundle
Or install it yourself as:
$ gem install echosign
Add to your Rakefile to access rake tasks:
require 'echosign'
- Fork it ( https://github.com/rubyisbeautiful/echosign/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request