voyagesdk-ts
Version:
39 lines (26 loc) • 1.1 kB
Markdown
This is the TypeScript/JavaScript SDK for Packbase and other *base projects. This SDK is used by Packbase itself, so
everything that Packbase can do, you can do as well.
This can be used for any scope of project, including but not limited to;
- Third-party Packbase clients
- Bots (user interactions, cron jobs, specific auto mods, etc.)
> [!CAUTION]
> This SDK is still in development and is not yet ready for production use. **Only email/password login is currently
> supported**.
> [!NOTE]
> Due to the API types relying on pulling from a private server repository, only Wildbase staff can contribute to the
> schema.
This project is built using [Bun](https://bun.sh/).
```bash
bun install
bun run pull
bun test
bun build
```
You should now have a `dist` folder with the compiled code.