8.9.0-stage.20240515091049.cffdd63 • Published 2 years ago

@meeco/vc-api-sdk v8.9.0-stage.20240515091049.cffdd63

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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';