The Core setup will allow you to use the core methods to access the service API.
AbyssCloudCore.setConfig({
// Your Cloud Account API key
apiKey: "cloud-account-api-key",
});
AbyssCloudCore.enableAxiosRetry();
// HTTP Version
GET /api/user/me HTTP/1.1
Host: cloud-api.abyss-project.fr
abyss-cloud-api-key: "abyss-cloud-api-key"
// Curl Version
curl --location 'https://cloud-api.abyss-project.fr/api/user/me' \
--header 'abyss-cloud-api-key: abyss-cloud-api-key'