4.0.0-develop.20221020135232.d97f106 • Published 5 days ago

@meeco/vc-api-sdk v4.0.0-develop.20221020135232.d97f106

Weekly downloads
-
License
MIT
Repository
-
Last release
5 days ago

Meeco Verifiable Credentials API TypeScript SDK

Installation

npm install -S @meeco/vc-api-sdk

Usage

  1. Import the desired service or,
import { MonitoringApi } from '@meeco/vc-api-sdk';

alternatively, the entire SDK can be imported as an alias

import * as VcApi from '@meeco/vc-api-sdk';