@reboltai/sdk
v1.2.0
Published
Rebolt SDK v1
Readme
Rebolt TypeScript SDK
This is the TypeScript SDK for the Rebolt API. It is a pre-configured and ready to use SDK that you can use in your server-side code.
Development
Setup
Create a .env file in the root of your project and add your Rebolt API key, point the base URL to the Rebolt API you want to use for development.
REBOLT_BASE_URL=http://localhost:8000/sdk/v1.0
REBOLT_API_KEY=your-api-keyInstall dependencies:
pnpm installRunning the tests
Make sure to build the SDK first every time you make changes:
pnpm run buildThen, run the tests:
pnpm run testPublishing
To publish the SDK to npm, run:
pnpm run publishThis will build the SDK and publish it to the npm registry.
