0.2.6 • Published 2 years ago

@botcreate/core-sdk v0.2.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

core-sdk

TS Lib for easy connection to Core Bot Services.

How to use

Install it from npm.

npm i @botcreate/core-sdk

Import BotCoreAPI from lib. Init it as a new class. Use available typed methods.

import { BotCoreAPI } from '@botcreate/core-sdk'

const client = new BotCoreAPI()

const service = await client.getService()
if (service instanceof Error) {
    // Some error
}

const serviceId = service.id
const isActive = service.active

Changelog

See CHANGELOG.md

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.23

2 years ago

0.1.22

2 years ago

0.1.21

2 years ago

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago