4.0.0-stage.20230203165956.5c2d840 • Published 3 years ago

@meeco/vc-api-sdk v4.0.0-stage.20230203165956.5c2d840

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