0.2.6 • Published 3 years ago
@botcreate/core-sdk v0.2.6
core-sdk
TS Lib for easy connection to Core Bot Services.
How to use
Install it from npm.
npm i @botcreate/core-sdkImport 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.activeChangelog
See CHANGELOG.md
0.2.6
3 years ago
0.2.5
3 years ago
0.2.4
3 years ago
0.2.3
3 years ago
0.2.2
3 years ago
0.2.1
3 years ago
0.2.0
3 years ago
0.1.23
3 years ago
0.1.22
3 years ago
0.1.21
3 years ago
0.1.20
3 years ago
0.1.19
3 years ago
0.1.18
3 years ago
0.1.17
3 years ago
0.1.16
3 years ago
0.1.15
3 years ago
0.1.14
3 years ago
0.1.13
3 years ago
0.1.12
3 years ago
0.1.11
3 years ago
0.1.10
3 years ago
0.1.9
3 years ago
0.1.8
3 years ago
0.1.7
3 years ago
0.1.6
3 years ago
0.1.5
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago