Orne Brocaar 77b6da78d0 api: Remove generated API files from repo.
All these files can be generated using the `make api` command and there
is no real need to commit these into the repo. Only the api/go files
need to be comitted of how the Go import system works.
2024-04-01 12:54:32 +01:00
..
2024-03-13 10:44:21 +00:00
2023-06-13 14:15:15 +01:00
2023-08-08 12:22:45 +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.