{"id":34976677,"url":"https://github.com/cityssm/node-consigno-cloud-api","last_synced_at":"2026-01-20T17:32:46.902Z","repository":{"id":306478389,"uuid":"1023710041","full_name":"cityssm/node-consigno-cloud-api","owner":"cityssm","description":"An unofficial wrapper around the ConsignO Cloud API.","archived":false,"fork":false,"pushed_at":"2025-09-18T15:42:48.000Z","size":650,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-21T09:37:58.591Z","etag":null,"topics":["consigno","consigno-cloud","digital-signature","document-sign","document-signature","document-signing","e-signature","electronic-signatures","pdf-signature","pdf-signing"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@cityssm/consigno-cloud-api","language":"TypeScript","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/cityssm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-21T15:15:02.000Z","updated_at":"2025-09-18T15:34:40.000Z","dependencies_parsed_at":"2025-07-26T00:40:30.186Z","dependency_job_id":"474678b4-3eb5-470b-97f6-e17ffd6b89f7","html_url":"https://github.com/cityssm/node-consigno-cloud-api","commit_stats":null,"previous_names":["cityssm/node-consigno-cloud-api"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/cityssm/node-consigno-cloud-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cityssm%2Fnode-consigno-cloud-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cityssm%2Fnode-consigno-cloud-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cityssm%2Fnode-consigno-cloud-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cityssm%2Fnode-consigno-cloud-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cityssm","download_url":"https://codeload.github.com/cityssm/node-consigno-cloud-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cityssm%2Fnode-consigno-cloud-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28065965,"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","status":"online","status_checked_at":"2025-12-26T02:00:06.189Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["consigno","consigno-cloud","digital-signature","document-sign","document-signature","document-signing","e-signature","electronic-signatures","pdf-signature","pdf-signing"],"created_at":"2025-12-27T00:16:56.380Z","updated_at":"2025-12-27T00:16:57.175Z","avatar_url":"https://github.com/cityssm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ConsignO Cloud API for Node\n\n[![DeepSource](https://app.deepsource.com/gh/cityssm/node-consigno-cloud-api.svg/?label=active+issues\u0026show_trend=true\u0026token=g4HQMRMjtWEHNN2a7PwGpdjt)](https://app.deepsource.com/gh/cityssm/node-consigno-cloud-api/)\n[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=cityssm_node-consigno-cloud-api\u0026metric=code_smells)](https://sonarcloud.io/summary/new_code?id=cityssm_node-consigno-cloud-api)\n\n**An unofficial wrapper around the [ConsignO Cloud](https://consignocloud.com/) API.**\n\n_Note that this project is not endorsed by Notarius._\n\n💡 See the [ConsignO Cloud Basic API Documentation](https://support.notarius.com/wp-content/uploads/api/consigno-cloud-api-en.html) for more information.\n\n## Installation\n\n```bash\nnpm install @cityssm/consigno-cloud-api\n```\n\n## Usage\n\n```javascript\nimport { ConsignoCloudAPI } from '@cityssm/consigno-cloud-api'\n\nconst api = new ConsignoCloudAPI({\n  baseUrl: 'https://consigno.example.com/api/v1',\n  apiKey: 't0p-secr3t-k3y',\n  apiSecret: 'sup3r-secr3t-s3cret'\n})\n\n// Optionally impersonate a user\napi.setLoginAs('clerk', '3rd-p@rty-app-p@ssw0rd')\n\n// Get a workflow\nconst workflowData = await api.getWorkflow('workflowABC')\n```\n\n## Supported APIs\n\n💡 Using this package in a Typescript environment is encouraged to help with complex function parameters.\n\n- `getWorkflow(workflowId)`\n- `createWorkflow(workflowDefinition)`\n- `downloadDocuments(workflowId)`\n- `downloadAuditTrail(workflowId)`\n\n## Related Projects\n\n**[PDF Puppeteer](https://www.npmjs.com/package/@cityssm/pdf-puppeteer)**\u003cbr /\u003e\nConverts URLs and HTML to PDFs using Puppeteer.\n\n**[Sunrise Cemetery Management System (CMS)](https://github.com/cityssm/sunrise-cms)**\u003cbr /\u003e\nA completely free, open source, web-based application to assist cemetery managers with managing their cemetery records.\n\n💡 Discover even more on [the City of Sault Ste. Marie's GitHub page](https://cityssm.github.io/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcityssm%2Fnode-consigno-cloud-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcityssm%2Fnode-consigno-cloud-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcityssm%2Fnode-consigno-cloud-api/lists"}