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:
terminalbash
npx bridge-studio@latest
terminalbash
npx bridge-studio@latest
To fetch the latest typescript client sdk:
terminalbash
npx fetch-bridge-sdk@latest {username}{projectName}
terminalbash
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.