1.0.0-beta.1 • Published 3 years ago

@mrapi/datasource v1.0.0-beta.1

Weekly downloads
3
License
MIT
Repository
-
Last release
3 years ago

@mrapi/datasource

Datasource plugin for mrapi.

Usage

yarn add @mrapi/datasource
import { Datasource } from '@mrapi/datasource'

// options: DatasourceOptions
const datasource = new Datasource(options)

await datasource.init()
await datasource.getManagementClient()
await datasource.getServiceClient('service-name', 'tenant-name')