{"id":25553823,"url":"https://github.com/docusign/docusign-rooms-node-client","last_synced_at":"2025-04-11T22:50:21.088Z","repository":{"id":45060191,"uuid":"308511644","full_name":"docusign/docusign-rooms-node-client","owner":"docusign","description":"The official Docusign Rooms Node client provides libraries for Node application integration with Docusign Rooms for real estate and mortgage workflows. It is recommended that you use this version of the library for new development.","archived":false,"fork":false,"pushed_at":"2024-11-27T06:49:16.000Z","size":1109,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-25T18:45:28.836Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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-10-30T03:09:00.000Z","updated_at":"2024-11-27T06:48:50.000Z","dependencies_parsed_at":"2024-11-27T10:19:01.132Z","dependency_job_id":null,"html_url":"https://github.com/docusign/docusign-rooms-node-client","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-rooms-node-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-rooms-node-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-rooms-node-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-rooms-node-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docusign","download_url":"https://codeload.github.com/docusign/docusign-rooms-node-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248492988,"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:01:54.035Z","updated_at":"2025-04-11T22:50:21.068Z","avatar_url":"https://github.com/docusign.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Official DocuSign Rooms Node Client\n\n[![NPM version][npm-image]][npm-url]\n[![NPM downloads][downloads-image]][downloads-url]\n[![Build status][travis-image]][travis-url]\n[![Coverage Status][coveralls-image]][coveralls-url]\n\n[NPM module](https://www.npmjs.com/package/docusign-rooms) that wraps the \u003ca href=\"https://www.docusign.com\"\u003eDocuSign\u003c/a\u003e Rooms API\n\n[Documentation about the DocuSign Rooms API](https://developers.docusign.com/docs/rooms-api)\n\n\u003c!---\n[Changelog](./CHANGELOG.md)\ncommented out\n--\u003e\n\n\n## Requirements\n- Node 12\n- Free [Developer Account](https://go.docusign.com/sandbox/productshot/?elqCampaignId=16531)\n- DocuSign Rooms account connected to your Developer account. [Here is how to create a Rooms developer account](https://developers.docusign.com/docs/rooms-api/rooms101/create-account)\n\n## Compatibility\n\n- Node 12+\n\n## Note:\n\nThis SDK will soon be provided as open-source 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/docs/rooms-api/how-to/), follow the installation instructions below.\n\n## Installation\n\n## NPM:\n\n1. Open your preferred command-line console, then navigate to your project.\n2. In the console, type the following commands:  \n   **npm install docusign-rooms -save**\n\n\n## Dependencies\n\nThis client has the following external dependencies:\n\n### Minimum:\n\n- axios 1.6.8\n\n### Optional:\n\n- Async v2.6.2\n- Jsonwebtoken v8.2.0\n- Passport-oauth2\n- Path\n\n## Code Examples\n\n### Launchers\n\nDocuSign provides a sample application referred to as a [Launcher](https://github.com/docusign/code-examples-node/). The Launcher contains a set of 6 common use cases and associated source files. These examples use DocuSign\u0026#39;s [Authorization Code Grant](https://developers.docusign.com/platform/auth/authcode/authcode-get-token/) flow.\n\n## OAuth Implementations\n\nFor details regarding which type of OAuth grant will work best for your DocuSign integration, see the [Rooms API Authentication Overview](https://developers.docusign.com/docs/rooms-api/rooms101/auth/) guide located on the [DocuSign Developer Center](https://developers.docusign.com/).\n\nFor security purposes, DocuSign recommends using the [Authorization Code Grant](https://developers.docusign.com/platform/auth/authcode/authcode-get-token/) or [JWT](https://developers.docusign.com/platform/auth/jwt/) flow.\n\nThere are other use-case scenarios, such as **single-page applications** (SPA) that use **Cross-Origin Resource Sharing** (CORS), or where there may not be a user to interact with your Service Account. For these use cases, DocuSign also supports [JWT](https://developers.docusign.com/platform/auth/jwt/jwt-get-token/) and [Implicit](https://developers.docusign.com/platform/auth/implicit/implicit-get-token/) grants. For Code eExamples, see the links below:\n\n\n## Support\n\nLog issues against this client through GitHub. We also have an [active developer community on Stack Overflow](http://stackoverflow.com/questions/tagged/docusignapi).\n\n## License\n\nThe DocuSign Rooms Node Client is licensed under the [MIT License](https://github.com/docusign/docusign-rooms-node-client/blob/master/LICENSE).\n\n[npm-image]: https://img.shields.io/npm/v/docusign-rooms.svg?style=flat\n[npm-url]: https://npmjs.org/package/docusign-rooms\n[downloads-image]: https://img.shields.io/npm/dm/docusign-rooms.svg?style=flat\n[downloads-url]: https://npmjs.org/package/docusign-rooms\n[travis-image]: https://img.shields.io/travis/docusign/docusign-rooms-node-client.svg?style=flat\n[travis-url]: https://travis-ci.org/docusign/docusign-node-client\n[coveralls-image]: https://coveralls.io/repos/github/docusign/DocuSign-Node-Client/badge.svg?branch=master\n[coveralls-url]: https://coveralls.io/github/docusign/DocuSign-Node-Client?branch=master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocusign%2Fdocusign-rooms-node-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocusign%2Fdocusign-rooms-node-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocusign%2Fdocusign-rooms-node-client/lists"}