@baqhub/sdk
Version:
The official JavaScript SDK for the BAQ federated app platform.
21 lines (12 loc) • 1.04 kB
Markdown
# BAQ JavaScript SDK · [](https://github.com/baqhub/baq/blob/main/packages/lib-sdk/LICENSE) [](https://www.npmjs.com/package/@baqhub/sdk)
This is the official JavaScript SDK for the [BAQ](https://baq.dev) federated app platform. It provides abstractions and helpers that make it easier to work with BAQ records instead of directly calling the [HTTP API](https://baq.dev/docs/learn/guides/using-the-http-api).
## Installation
The BAQ JavaScript SDK is distributed as an NPM package.
```bash
npm install @baqhub/sdk
```
## Documentation
- **[Getting started guide](https://baq.dev/docs/learn/guides/using-the-javascript-sdk)** : Overview of the JavaScript SDK.
- **[Full reference](https://baq.dev/docs/reference/javascript-sdk/model)** : All the types and functions.
## License
The BAQ JavaScript SDK is [MIT licensed](https://github.com/baqhub/baq/blob/main/packages/lib-sdk/LICENSE).