The Core setup will allow you to use the core methods to access the service API.
AbyssStorageCore.setConfig({// Your Application Storage API Key applicationApiKey:"application-storage-api-key",// Your Application ID userApplicationId:"user-application-id",});// This method will enable automatic retry on failed http request to AbyssStorage APIAbyssStorageCore.enableAxiosRetry();
Standalone
If you are not using the NPM package to access the API, you can skip this step and just set your API key on the HTTP request header.