{"id":19123273,"url":"https://github.com/digitalbazaar/webkms-client","last_synced_at":"2025-07-18T18:35:19.149Z","repository":{"id":36597288,"uuid":"184634267","full_name":"digitalbazaar/webkms-client","owner":"digitalbazaar","description":"A JavaScript Web Kms client library","archived":false,"fork":false,"pushed_at":"2025-05-22T18:56:54.000Z","size":215,"stargazers_count":6,"open_issues_count":11,"forks_count":3,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-06-26T04:03:36.182Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/digitalbazaar.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,"zenodo":null}},"created_at":"2019-05-02T18:48:51.000Z","updated_at":"2025-05-22T18:56:58.000Z","dependencies_parsed_at":"2024-06-18T22:51:02.049Z","dependency_job_id":"48afb462-5b8a-4275-bdf1-13b87deaa786","html_url":"https://github.com/digitalbazaar/webkms-client","commit_stats":{"total_commits":326,"total_committers":11,"mean_commits":"29.636363636363637","dds":0.598159509202454,"last_synced_commit":"ab315d411dd3d581803fafe3a9b4f2fd07bf55cc"},"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"purl":"pkg:github/digitalbazaar/webkms-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalbazaar%2Fwebkms-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalbazaar%2Fwebkms-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalbazaar%2Fwebkms-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalbazaar%2Fwebkms-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digitalbazaar","download_url":"https://codeload.github.com/digitalbazaar/webkms-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalbazaar%2Fwebkms-client/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265810220,"owners_count":23831948,"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":"2024-11-09T05:24:57.296Z","updated_at":"2025-07-18T18:35:19.129Z","avatar_url":"https://github.com/digitalbazaar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebKMS Client _(@digitalbazaar/webkms-client)_\n\n[![Build Status](https://img.shields.io/github/actions/workflow/status/digitalbazaar/webkms-client/main.yml)](https://github.com/digitalbazaar/webkms-client/actions/workflows/main.yml)\n[![Coverage status](https://img.shields.io/codecov/c/github/digitalbazaar/webkms-client)](https://codecov.io/gh/digitalbazaar/webkms-client)\n[![NPM Version](https://img.shields.io/npm/v/@digitalbazaar/webkms-client.svg)](https://npm.im/@digitalbazaar/webkms-client)\n\n\u003e A JavaScript WebKMS client library.\n\n## Table of Contents\n\n- [Background](#background)\n- [Security](#security)\n- [Install](#install)\n- [Usage](#usage)\n- [Contribute](#contribute)\n- [Commercial Support](#commercial-support)\n- [License](#license)\n\n## Background\n\nSee also related specs:\n\n* [W3C CCG Latest Draft](https://w3c-ccg.github.io/webkms/)\n\n## Security\n\nTBD\n\n## Install\n\n- Browsers and Node.js 18+ are supported.\n- [Web Crypto API][] required. Older browsers must use a polyfill.\n\n### NPM\n\nTo install via NPM:\n\n```\nnpm install @digitalbazaar/webkms-client\n```\n\n### Development\n\nTo install locally (for development):\n\n```\ngit clone https://github.com/digitalbazaar/webkms-client.git\ncd webkms-client\nnpm install\n```\n\n## Usage\n### Modules\n\n\u003cdl\u003e\n\u003cdt\u003e\u003ca href=\"#module_webkms\"\u003ewebkms\u003c/a\u003e\u003c/dt\u003e\n\u003cdd\u003e\u003cp\u003eWebKMS client for Javascript.\u003c/p\u003e\n\u003c/dd\u003e\n\u003c/dl\u003e\n\n### Functions\n\n\u003cdl\u003e\n\u003cdt\u003e\u003ca href=\"#webkms_generateKey\"\u003ewebkms:generateKey(options)\u003c/a\u003e ⇒ \u003ccode\u003ePromise.\u0026lt;object\u0026gt;\u003c/code\u003e\u003c/dt\u003e\n\u003cdd\u003e\u003cp\u003eGenerates a new cryptographic key in the keystore.\u003c/p\u003e\n\u003c/dd\u003e\n\u003cdt\u003e\u003ca href=\"#webkms_getKeyDescription\"\u003ewebkms:getKeyDescription(options)\u003c/a\u003e ⇒ \u003ccode\u003ePromise.\u0026lt;object\u0026gt;\u003c/code\u003e\u003c/dt\u003e\n\u003cdd\u003e\u003cp\u003eGets the key description for the given key ID.\u003c/p\u003e\n\u003c/dd\u003e\n\u003cdt\u003e\u003ca href=\"#webkms_revokeCapability\"\u003ewebkms:revokeCapability(options)\u003c/a\u003e ⇒ \u003ccode\u003ePromise.\u0026lt;object\u0026gt;\u003c/code\u003e\u003c/dt\u003e\n\u003cdd\u003e\u003cp\u003eStore a capability revocation.\u003c/p\u003e\n\u003c/dd\u003e\n\u003cdt\u003e\u003ca href=\"#webkms_wrapKey\"\u003ewebkms:wrapKey(options)\u003c/a\u003e ⇒ \u003ccode\u003ePromise.\u0026lt;Uint8Array\u0026gt;\u003c/code\u003e\u003c/dt\u003e\n\u003cdd\u003e\u003cp\u003eWraps a cryptographic key using a key encryption key (KEK).\u003c/p\u003e\n\u003c/dd\u003e\n\u003cdt\u003e\u003ca href=\"#webkms_unwrapKey\"\u003ewebkms:unwrapKey(options)\u003c/a\u003e ⇒ \u003ccode\u003ePromise.\u0026lt;(Uint8Array|null)\u0026gt;\u003c/code\u003e\u003c/dt\u003e\n\u003cdd\u003e\u003cp\u003eUnwraps a cryptographic key using a key encryption key (KEK).\u003c/p\u003e\n\u003c/dd\u003e\n\u003cdt\u003e\u003ca href=\"#webkms_sign\"\u003ewebkms:sign(options)\u003c/a\u003e ⇒ \u003ccode\u003ePromise.\u0026lt;Uint8Array\u0026gt;\u003c/code\u003e\u003c/dt\u003e\n\u003cdd\u003e\u003cp\u003eSigns some data. Note that the data will be sent to the server, so if\nthis data is intended to be secret it should be hashed first. However,\nhashing the data first may present interoperability issues so choose\nwisely.\u003c/p\u003e\n\u003c/dd\u003e\n\u003cdt\u003e\u003ca href=\"#webkms_verify\"\u003ewebkms:verify(options)\u003c/a\u003e ⇒ \u003ccode\u003ePromise.\u0026lt;boolean\u0026gt;\u003c/code\u003e\u003c/dt\u003e\n\u003cdd\u003e\u003cp\u003eVerifies some data. Note that the data will be sent to the server, so if\nthis data is intended to be secret it should be hashed first. However,\nhashing the data first may present interoperability issues so choose\nwisely.\u003c/p\u003e\n\u003c/dd\u003e\n\u003cdt\u003e\u003ca href=\"#webkms_deriveSecret\"\u003ewebkms:deriveSecret(options)\u003c/a\u003e ⇒ \u003ccode\u003ePromise.\u0026lt;Uint8Array\u0026gt;\u003c/code\u003e\u003c/dt\u003e\n\u003cdd\u003e\u003cp\u003eDerives a shared secret via the given peer public key, typically for use\nas one parameter for computing a shared key. It should not be used as\na shared key itself, but rather input into a key derivation function (KDF)\nto produce a shared key.\u003c/p\u003e\n\u003c/dd\u003e\n\u003cdt\u003e\u003ca href=\"#webkms_createKeystore\"\u003ewebkms:createKeystore(options)\u003c/a\u003e ⇒ \u003ccode\u003ePromise.\u0026lt;object\u0026gt;\u003c/code\u003e\u003c/dt\u003e\n\u003cdd\u003e\u003cp\u003eCreates a new keystore using the given configuration.\u003c/p\u003e\n\u003c/dd\u003e\n\u003cdt\u003e\u003ca href=\"#webkms_getKeystore\"\u003ewebkms:getKeystore(options)\u003c/a\u003e ⇒ \u003ccode\u003ePromise.\u0026lt;object\u0026gt;\u003c/code\u003e\u003c/dt\u003e\n\u003cdd\u003e\u003cp\u003eGets the configuration for a keystore by its ID.\u003c/p\u003e\n\u003c/dd\u003e\n\u003c/dl\u003e\n\n\u003ca name=\"module_webkms\"\u003e\u003c/a\u003e\n\n### webkms\nWebKMS client for Javascript.\n\n\n* [webkms](#module_webkms)\n    * [.KmsClient](#module_webkms.exports.KmsClient)\n        * [new exports.KmsClient(options)](#new_module_webkms.exports.KmsClient_new)\n\n\u003ca name=\"module_webkms.exports.KmsClient\"\u003e\u003c/a\u003e\n\n### webkms.KmsClient\nA WebKMS Client used to interface with a KMS.\n\n**Kind**: instance class of [\u003ccode\u003ewebkms\u003c/code\u003e](#module_webkms)\n\u003ca name=\"new_module_webkms.exports.KmsClient_new\"\u003e\u003c/a\u003e\n\n#### new exports.KmsClient(options)\nCreates a new KmsClient.\n\n**Returns**: \u003ccode\u003eKmsClient\u003c/code\u003e - The new instance.\n\n| Param | Type | Description |\n| --- | --- | --- |\n| options | \u003ccode\u003eobject\u003c/code\u003e | The options to use. |\n| [options.keystore] | \u003ccode\u003estring\u003c/code\u003e | The ID of the keystore   that must be a URL that refers to the keystore's root storage   location; if not given,   then a separate capability must be given to each method called on the   client instance. |\n| [options.httpsAgent] | \u003ccode\u003eobject\u003c/code\u003e | An optional   node.js `https.Agent` instance to use when making requests. |\n\n\u003ca name=\"webkms_generateKey\"\u003e\u003c/a\u003e\n\n### webkms:generateKey(options) ⇒ \u003ccode\u003ePromise.\u0026lt;object\u0026gt;\u003c/code\u003e\nGenerates a new cryptographic key in the keystore.\n\n**Kind**: global function\n**Returns**: \u003ccode\u003ePromise.\u0026lt;object\u0026gt;\u003c/code\u003e - The key description for the key.\n\n| Param | Type | Description |\n| --- | --- | --- |\n| options | \u003ccode\u003eobject\u003c/code\u003e | The options to use. |\n| options.kmsModule | \u003ccode\u003estring\u003c/code\u003e | The KMS module to use. |\n| options.type | \u003ccode\u003estring\u003c/code\u003e | The key type (e.g. 'AesKeyWrappingKey2019'). |\n| [options.capability] | \u003ccode\u003estring\u003c/code\u003e | The authorization   capability to use to authorize the invocation of this operation. |\n| options.invocationSigner | \u003ccode\u003eobject\u003c/code\u003e | An API with an   `id` property and a `sign` function for signing a capability invocation. |\n\n\u003ca name=\"webkms_getKeyDescription\"\u003e\u003c/a\u003e\n\n### webkms:getKeyDescription(options) ⇒ \u003ccode\u003ePromise.\u0026lt;object\u0026gt;\u003c/code\u003e\nGets the key description for the given key ID.\n\n**Kind**: global function\n**Returns**: \u003ccode\u003ePromise.\u0026lt;object\u0026gt;\u003c/code\u003e - The key description.\n\n| Param | Type | Description |\n| --- | --- | --- |\n| options | \u003ccode\u003eobject\u003c/code\u003e | The options to use. |\n| [options.keyId] | \u003ccode\u003estring\u003c/code\u003e | The ID of the key. |\n| [options.capability] | \u003ccode\u003estring\u003c/code\u003e | The authorization   capability to use to authorize the invocation of this operation. |\n| options.invocationSigner | \u003ccode\u003eobject\u003c/code\u003e | An API with an   `id` property and a `sign` function for signing a capability invocation. |\n\n\u003ca name=\"webkms_revokeCapability\"\u003e\u003c/a\u003e\n\n### webkms:revokeCapability(options) ⇒ \u003ccode\u003ePromise.\u0026lt;object\u0026gt;\u003c/code\u003e\nStore a capability revocation.\n\n**Kind**: global function\n**Returns**: \u003ccode\u003ePromise.\u0026lt;object\u0026gt;\u003c/code\u003e - Resolves once the operation completes.\n\n| Param | Type | Description |\n| --- | --- | --- |\n| options | \u003ccode\u003eobject\u003c/code\u003e | The options to use. |\n| options.capabilityToRevoke | \u003ccode\u003eobject\u003c/code\u003e | The capability to revoke. |\n| [options.capability] | \u003ccode\u003estring\u003c/code\u003e | The zcap authorization   capability to use to authorize the invocation of this operation. |\n| options.invocationSigner | \u003ccode\u003eobject\u003c/code\u003e | An API with an   `id` property and a `sign` function for signing a capability invocation. |\n\n\u003ca name=\"webkms_wrapKey\"\u003e\u003c/a\u003e\n\n### webkms:wrapKey(options) ⇒ \u003ccode\u003ePromise.\u0026lt;Uint8Array\u0026gt;\u003c/code\u003e\nWraps a cryptographic key using a key encryption key (KEK).\n\n**Kind**: global function\n**Returns**: \u003ccode\u003ePromise.\u0026lt;Uint8Array\u0026gt;\u003c/code\u003e - The wrapped key bytes.\n\n| Param | Type | Description |\n| --- | --- | --- |\n| options | \u003ccode\u003eobject\u003c/code\u003e | The options to use. |\n| options.kekId | \u003ccode\u003estring\u003c/code\u003e | The ID of the wrapping key to use. |\n| options.unwrappedKey | \u003ccode\u003eUint8Array\u003c/code\u003e | The unwrapped key material as   a Uint8Array. |\n| [options.capability] | \u003ccode\u003estring\u003c/code\u003e | The authorization   capability to use to authorize the invocation of this operation. |\n| options.invocationSigner | \u003ccode\u003eobject\u003c/code\u003e | An API with an   `id` property and a `sign` function for signing a capability invocation. |\n\n\u003ca name=\"webkms_unwrapKey\"\u003e\u003c/a\u003e\n\n### webkms:unwrapKey(options) ⇒ \u003ccode\u003ePromise.\u0026lt;(Uint8Array\\|null)\u0026gt;\u003c/code\u003e\nUnwraps a cryptographic key using a key encryption key (KEK).\n\n**Kind**: global function\n**Returns**: \u003ccode\u003ePromise.\u0026lt;(Uint8Array\\|null)\u0026gt;\u003c/code\u003e - Resolves to the unwrapped key material\n  or null if the unwrapping failed because the key did not match.\n\n| Param | Type | Description |\n| --- | --- | --- |\n| options | \u003ccode\u003eobject\u003c/code\u003e | The options to use. |\n| options.kekId | \u003ccode\u003estring\u003c/code\u003e | The ID of the unwrapping key to use. |\n| options.wrappedKey | \u003ccode\u003estring\u003c/code\u003e | The wrapped key material as a   base64url-encoded string. |\n| [options.capability] | \u003ccode\u003estring\u003c/code\u003e | The authorization   capability to use to authorize the invocation of this operation. |\n| options.invocationSigner | \u003ccode\u003eobject\u003c/code\u003e | An API with an   `id` property and a `sign` function for signing a capability invocation. |\n\n\u003ca name=\"webkms_sign\"\u003e\u003c/a\u003e\n\n### webkms:sign(options) ⇒ \u003ccode\u003ePromise.\u0026lt;Uint8Array\u0026gt;\u003c/code\u003e\nSigns some data. Note that the data will be sent to the server, so if\nthis data is intended to be secret it should be hashed first. However,\nhashing the data first may present interoperability issues so choose\nwisely.\n\n**Kind**: global function\n**Returns**: \u003ccode\u003ePromise.\u0026lt;Uint8Array\u0026gt;\u003c/code\u003e - The signature.\n\n| Param | Type | Description |\n| --- | --- | --- |\n| options | \u003ccode\u003eobject\u003c/code\u003e | The options to use. |\n| options.keyId | \u003ccode\u003estring\u003c/code\u003e | The ID of the signing key to use. |\n| options.data | \u003ccode\u003eUint8Array\u003c/code\u003e | The data to sign as a Uint8Array. |\n| [options.capability] | \u003ccode\u003estring\u003c/code\u003e | The authorization   capability to use to authorize the invocation of this operation. |\n| options.invocationSigner | \u003ccode\u003eobject\u003c/code\u003e | An API with an   `id` property and a `sign` function for signing a capability invocation. |\n\n\u003ca name=\"webkms_verify\"\u003e\u003c/a\u003e\n\n### webkms:verify(options) ⇒ \u003ccode\u003ePromise.\u0026lt;boolean\u0026gt;\u003c/code\u003e\nVerifies some data. Note that the data will be sent to the server, so if\nthis data is intended to be secret it should be hashed first. However,\nhashing the data first may present interoperability issues so choose\nwisely.\n\n**Kind**: global function\n**Returns**: \u003ccode\u003ePromise.\u0026lt;boolean\u0026gt;\u003c/code\u003e - `true` if verified, `false` if not.\n\n| Param | Type | Description |\n| --- | --- | --- |\n| options | \u003ccode\u003eobject\u003c/code\u003e | The options to use. |\n| options.keyId | \u003ccode\u003estring\u003c/code\u003e | The ID of the signing key to use. |\n| options.data | \u003ccode\u003eUint8Array\u003c/code\u003e | The data to verify as a Uint8Array. |\n| options.signature | \u003ccode\u003estring\u003c/code\u003e | The base64url-encoded signature to   verify. |\n| [options.capability] | \u003ccode\u003estring\u003c/code\u003e | The authorization   capability to use to authorize the invocation of this operation. |\n| options.invocationSigner | \u003ccode\u003eobject\u003c/code\u003e | An API with an   `id` property and a `sign` function for signing a capability invocation. |\n\n\u003ca name=\"webkms_deriveSecret\"\u003e\u003c/a\u003e\n\n### webkms:deriveSecret(options) ⇒ \u003ccode\u003ePromise.\u0026lt;Uint8Array\u0026gt;\u003c/code\u003e\nDerives a shared secret via the given peer public key, typically for use\nas one parameter for computing a shared key. It should not be used as\na shared key itself, but rather input into a key derivation function (KDF)\nto produce a shared key.\n\n**Kind**: global function\n**Returns**: \u003ccode\u003ePromise.\u0026lt;Uint8Array\u0026gt;\u003c/code\u003e - The shared secret bytes.\n\n| Param | Type | Description |\n| --- | --- | --- |\n| options | \u003ccode\u003eobject\u003c/code\u003e | The options to use. |\n| options.keyId | \u003ccode\u003estring\u003c/code\u003e | The ID of the key agreement key to use. |\n| options.publicKey | \u003ccode\u003eobject\u003c/code\u003e | The public key to compute the shared   secret against; the public key type must match the key agreement key's   type. |\n| [options.capability] | \u003ccode\u003estring\u003c/code\u003e | The authorization   capability to use to authorize the invocation of this operation. |\n| options.invocationSigner | \u003ccode\u003eobject\u003c/code\u003e | An API with an   `id` property and a `sign` function for signing a capability invocation. |\n\n\u003ca name=\"webkms_createKeystore\"\u003e\u003c/a\u003e\n\n### webkms:createKeystore(options) ⇒ \u003ccode\u003ePromise.\u0026lt;object\u0026gt;\u003c/code\u003e\nCreates a new keystore using the given configuration.\n\n**Kind**: global function\n**Returns**: \u003ccode\u003ePromise.\u0026lt;object\u0026gt;\u003c/code\u003e - Resolves to the configuration for the newly\n  created keystore.\n\n| Param | Type | Description |\n| --- | --- | --- |\n| options | \u003ccode\u003eobject\u003c/code\u003e | The options to use. |\n| options.url | \u003ccode\u003estring\u003c/code\u003e | The url to post the configuration to. |\n| options.config | \u003ccode\u003estring\u003c/code\u003e | The keystore's configuration. |\n| [options.httpsAgent] | \u003ccode\u003eobject\u003c/code\u003e | An optional   node.js `https.Agent` instance to use when making requests. |\n\n\u003ca name=\"webkms_getKeystore\"\u003e\u003c/a\u003e\n\n### webkms:getKeystore(options) ⇒ \u003ccode\u003ePromise.\u0026lt;object\u0026gt;\u003c/code\u003e\nGets the configuration for a keystore by its ID.\n\n**Kind**: global function\n**Returns**: \u003ccode\u003ePromise.\u0026lt;object\u0026gt;\u003c/code\u003e - Resolves to the configuration for the keystore.\n\n| Param | Type | Description |\n| --- | --- | --- |\n| options | \u003ccode\u003eobject\u003c/code\u003e | The options to use. |\n| options.id | \u003ccode\u003estring\u003c/code\u003e | The keystore's ID. |\n| [options.httpsAgent] | \u003ccode\u003eobject\u003c/code\u003e | An optional   node.js `https.Agent` instance to use when making requests. |\n\n\u003ca name=\"webkms_findKeystore\"\u003e\u003c/a\u003e\n\n### webkms:findKeystore(options) ⇒ \u003ccode\u003ePromise.\u0026lt;object\u0026gt;\u003c/code\u003e\nFinds the configuration for a keystore by its controller and reference ID.\n\n**Kind**: global function\n**Returns**: \u003ccode\u003ePromise.\u0026lt;object\u0026gt;\u003c/code\u003e - Resolves to the configuration for the keystore.\n\n| Param | Type | Description |\n| --- | --- | --- |\n| options | \u003ccode\u003eobject\u003c/code\u003e | The options to use. |\n| [options.url] | \u003ccode\u003estring\u003c/code\u003e | The url to query. |\n| options.controller | \u003ccode\u003estring\u003c/code\u003e | The keystore's controller. |\n| [options.httpsAgent] | \u003ccode\u003eobject\u003c/code\u003e | An optional   node.js `https.Agent` instance to use when making requests. |\n\n## Contribute\n\nSee [the contribute file](https://github.com/digitalbazaar/bedrock/blob/master/CONTRIBUTING.md)!\n\nPRs accepted.\n\nIf editing the Readme, please conform to the\n[standard-readme](https://github.com/RichardLitt/standard-readme) specification.\n\n## Commercial Support\n\nCommercial support for this library is available upon request from\nDigital Bazaar: support@digitalbazaar.com\n\n## License\n\n[New BSD License (3-clause)](LICENSE) © Digital Bazaar\n\n[Web Crypto API]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitalbazaar%2Fwebkms-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigitalbazaar%2Fwebkms-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitalbazaar%2Fwebkms-client/lists"}