chirpstack/api/js
dependabot[bot] 8adc80bf4e
Bump tar from 6.1.15 to 6.2.1 in /api/js (#399)
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.1.15...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 10:38:04 +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.2 2024-04-10 10:12:06 +01:00
README.md Update javascript api readme (#202) 2023-06-13 14:15:15 +01:00
yarn.lock Bump tar from 6.1.15 to 6.2.1 in /api/js (#399) 2024-05-02 10:38:04 +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.