chirpstack/api/js
Orne Brocaar 64b2e82244
Some checks failed
CI / tests (postgres) (push) Has been cancelled
CI / tests (sqlite) (push) Has been cancelled
CI / dist (postgres) (push) Has been cancelled
CI / dist (sqlite) (push) Has been cancelled
Bump version to 4.11.0-test.1
2024-12-11 09:33:27 +00:00
..
.gitignore api: Remove generated API files from repo + update build. 2024-04-01 14:27:15 +01:00
.npmignore api: Fix empty JS packages. 2024-05-13 16:32:59 +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.11.0-test.1 2024-12-11 09:33:27 +00:00
README.md Update javascript api readme (#202) 2023-06-13 14:15:15 +01:00
yarn.lock Bump @grpc/grpc-js from 1.10.4 to 1.10.9 in /api/js (#434) 2024-07-09 12:21:16 +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.