chirpstack/api/js
2024-04-04 15:25:59 +01:00
..
.gitignore api: Remove generated API files from repo + update build. 2024-04-01 14:27:15 +01:00
Makefile api: Remove generated API files from repo + update build. 2024-04-01 14:27:15 +01:00
package.json Bump version to 4.8.0-test.1 2024-04-04 15:25:59 +01:00
README.md Update javascript api readme (#202) 2023-06-13 14:15:15 +01:00
yarn.lock api: Remove generated API files from repo + update build. 2024-04-01 14:27:15 +01:00

chirpstack-api

ChirpStack gRPC API message and service wrappers for Javascript. Typescript definitions are included.

Install

With npm:

npm install @chirpstack/chirpstack-api --save

Or with yarn:

yarn add @chirpstack/chirpstack-api

Usage

Please refer to https://www.chirpstack.io/docs/chirpstack/api/js-examples.html for code examples.