Abstract
Root path for all endpoints (must not contain any slashes at the beginning nor end).
Authentication object,
containing either client_id
and client_secret
properties (for 2-legged authentication),
or a single token
property (for 2-legged or 3-legged authentication with pre-generated access token).
Optional
host: stringForge API host (must not contain slash at the end).
Optional
region: RegionForge availability region ("US" or "EMEA").
Protected
Optional
authProtected
axiosProtected
hostProtected
regionProtected
rootProtected
Optional
tokenProtected
deleteProtected
fetchProtected
getProtected
getProtected
getProtected
patchProtected
postProtected
putResets client to specific authentication method, Forge host, and availability region.
Optional
auth: IAuthOptionsAuthentication object,
containing either client_id
and client_secret
properties (for 2-legged authentication),
or a single token
property (for 2-legged or 3-legged authentication with pre-generated access token).
Optional
host: stringForge API host.
Optional
region: RegionForge availability region ("US" or "EMEA").
Protected
setGenerated using TypeDoc
Initializes new client with specific authentication method.