This is a set of sample scripts to call Kibela Web API that includes:
- TypeScript on NodeJS using JSON
- TypeScript on NodeJS using MessagePack
- JavaScript on browsers using JSON (CORS)
NodeJS v10 or greater.
# Install dependencies
npm install
# Configure KIBELA_TEAM and KIBELA_TOKEN
code .env
# Run a "hello" script using JSON
npx ts-node hello-kibela.ts
# Run a "hello" script using MessagePack
npx ts-node hello-kibela-with-msgpack.ts
This project is destributed under the ICS license.
See LICENSE for details.