BeefreeSDK / beefree-sdk-npm-official

Official NPM package of Beefree SDK
https://developers.beefree.io
Apache License 2.0
19 stars 7 forks source link

feat: use loader v2, exposed getConfig method #133

Closed davidesamp closed 9 months ago

davidesamp commented 9 months ago

Description

Motivation and Context

Loader v2 resolves many knows issues. The getConfig method retrieve the internal clientConfig used by sdk and can be useful to the consumer

Usage examples

import BeePLugin from '@mailupinc/bee-plugin'

const beePlugin = new BeePlugin()
const clientConfig = beePlugin.getConfig()

Types of changes