chirpstack/api/js
2023-02-06 12:23:44 +00:00
..
api Add Class-B ping-slot parameters back to device-profile UI. 2023-01-12 14:41:42 +00:00
common Re-generate API + update code. 2022-12-05 11:46:36 +00:00
google/api Re-generate API + update code. 2022-12-05 11:46:36 +00:00
gw Add back crc_status to UplinkRxInfo. 2023-01-11 11:13:47 +00:00
integration Re-generate API + update code. 2022-12-05 11:46:36 +00:00
meta Re-generate API + update code. 2022-12-05 11:46:36 +00:00
Makefile Implement api request logging to Redis Streams. 2022-11-28 10:59:28 +00:00
package.json Bump version to 4.2.0 2023-01-24 12:23:44 +00:00
README.md Update dependencies. 2023-02-06 12:23:44 +00:00
yarn.lock Update JS API dependencies to latest versions. 2022-12-13 10:57:54 +00: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/chirpstack/api/js-examples.html for code examples.