Skip to main content

Fetch your Client SDK

Refer to the Bridge Studio documentation to learn how to deploy your Bridge API and retrieve your client SDK from Bridge Studio.

To deploy your project on Bridge Studio:

terminal
bash
npx bridge-studio@latest
terminal
bash
npx bridge-studio@latest

To fetch the latest typescript client sdk:

terminal
bash
npx fetch-bridge-sdk@latest {username}{projectName}
terminal
bash
npx fetch-bridge-sdk@latest {username}{projectName}

If you do not have axios and form-data installed in your project, the command line will automatically install them for you.

The upcoming version of the command line will allow you to select your preferred HTTP client library, either axios or fetch, and the required packages will be automatically installed if they are not already present in your project.