{"id":25553847,"url":"https://github.com/docusign/docusign-click-ruby-client","last_synced_at":"2025-10-16T22:59:14.849Z","repository":{"id":45489298,"uuid":"322419702","full_name":"docusign/docusign-click-ruby-client","owner":"docusign","description":" Ruby SDK for Click API ","archived":false,"fork":false,"pushed_at":"2023-06-21T15:32:32.000Z","size":147,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-04-24T20:42:05.423Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/docusign.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-17T21:41:40.000Z","updated_at":"2023-06-28T02:07:54.000Z","dependencies_parsed_at":"2025-02-20T12:02:15.888Z","dependency_job_id":"a63c24f1-e27e-444b-bd0e-7ebf910d7430","html_url":"https://github.com/docusign/docusign-click-ruby-client","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-click-ruby-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-click-ruby-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-click-ruby-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-click-ruby-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docusign","download_url":"https://codeload.github.com/docusign/docusign-click-ruby-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248492987,"owners_count":21113161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-20T12:02:13.152Z","updated_at":"2025-10-16T22:59:09.810Z","avatar_url":"https://github.com/docusign.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Official DocuSign Click Ruby Client\n\n[![RubyGems version][rubygems-image]][rubygems-url]\n[![RubyGems downloads][downloads-image]][downloads-url]\n[![Build status][travis-image]][travis-url]\n\n## Requirements\n\n- Ruby 1.9+\n- Free [Developer Sandbox](https://go.docusign.com/sandbox/productshot/?elqCampaignId=16531)\n\n## Compatibility\n\n- Ruby 1.9+\n\n## Note\n\nThis open-source SDK is provided for cases where you would like to make additional changes that the SDK does not provide out-of-the-box. If you simply want to use the SDK with any of the examples shown in the [Developer Center](https://developers.docusign.com/esign-rest-api/code-examples), follow the installation instructions below.\n\n## Installation\n\n### Install via your application's **Gemfile**:\n\n1. In your application's **Gemfile**, add:  \n   **gem 'docusign_click'**\n2. Open your preferred console.\n3. In your project directory, execute the installer by typing:  \n   **bundle install**\n\n### Manual install:\n\n1. Open your preferred console.\n2. In the console, type:  \n   **gem install docusign_click**\n\n### Dependencies\n\nThis client has the following external dependencies:\n\n- Jwt\u003e=1.5.2\n- Json\u003e=2.1.0\n- Typhoeus\u003e=1.0.1\n\n## Code Examples\n\n### Launchers\n\nDocuSign provides a sample application code referred to as a [Launcher](https://github.com/docusign/code-examples-ruby). The Launcher contains a set of 31 common use cases and associated source files. These examples use either DocuSign\u0026#39;s [Authorization Code Grant](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-code-grant) or [JSON Web Tokens (JWT)](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-jsonwebtoken) flows.\n\n### Proof-of-concept applications\n\nIf your goal is to create a proof-of-concept application, DocuSign provides a set of [Quick Start](https://github.com/docusign/qs-ruby) examples. The Quick Start examples are meant to be used with DocuSign's [OAuth Token Generator](https://developers.docusign.com/oauth-token-generator), which will allow you to generate tokens for the Demo/Sandbox environment only. These tokens last for eight hours and will enable you to build your proof-of-concept application without the need to fully implement an OAuth solution.\n\n## OAuth Implementations\n\nFor details regarding which type of OAuth grant will work best for your DocuSign integration, see the [REST API Authentication Overview](https://developers.docusign.com/esign-rest-api/guides/authentication) guide located on the [DocuSign Developer Center](https://developers.docusign.com/esign-rest-api/guides/authentication).\n\nFor security purposes, DocuSign recommends using the [Authorization Code Grant](https://developers.docusign.com/esign-rest-api/guides/authentication/oauth2-code-grant) flow.\n\n\n## Support\n\nLog issues against this client through GitHub. We also have an [active developer community on Stack Overflow](https://stackoverflow.com/questions/tagged/docusignapi).\n\n## License\n\nThe DocuSign Ruby Client is licensed under the [MIT License](https://github.com/docusign/docusign-ruby-client/blob/master/LICENSE).\n\n[rubygems-image]: https://img.shields.io/gem/v/docusign_click.svg?style=flat\n[rubygems-url]: https://rubygems.org/gems/docusign_click\n[downloads-image]: https://img.shields.io/gem/dt/docusign_click.svg?style=flat\n[downloads-url]: https://rubygems.org/gems/docusign_click\n[travis-image]: https://img.shields.io/travis/docusign/docusign-ruby-client.svg?style=flat\n[travis-url]: https://travis-ci.org/docusign/docusign-ruby-client\n\n### Additional Resources\n* [DocuSign Developer Center](https://developers.docusign.com)\n* [DocuSign API on Twitter](https://twitter.com/docusignapi)\n* [DocuSign For Developers on LinkedIn](https://www.linkedin.com/showcase/docusign-for-developers/)\n* [DocuSign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2NQ)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocusign%2Fdocusign-click-ruby-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocusign%2Fdocusign-click-ruby-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocusign%2Fdocusign-click-ruby-client/lists"}