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

Chore/start method parameters #125

Closed davidesamp closed 1 year ago

davidesamp commented 1 year ago

Description

It is possible to call the start method with an empty object as a template

Motivation and Context

Meet documentation

Usage examples

import BeePLugin from '@mailupinc/bee-plugin'

const beePlugin = new BeePlugin()
const config: IBeeConfig = {
...
}
beePlugin.start(config, {})

Types of changes

github-actions[bot] commented 1 year ago

Code Coverage Report

Coverage after merging chore/start-method-parameters into master

85.24%
Coverage Report
FileBranchesFuncsLinesUncovered Lines
src
   index.ts60%7.50%63.01%..., 92, 95, 96, 97
src/services
   api.ts100%50%100%
   axios.ts100%100%100%
src/types
   bee.ts100%100%100%
src/utils
   Constants.ts100%100%100%
   utils.ts0%0%73.33%..., 8, 8, 8, 8