Platform
: string
in package
Platform
This enum is for internal use only and will be removed from the public API in a future release. The API URL is resolved by the client itself, so there is no need to reference it. Do not use it in your own code.
Represents the target environment for the Tectly API.
Tags
Table of Contents
Cases
- Production = 'production'
- Sandbox = 'sandbox'
Methods
- getHost() : string
- Returns the base API URL for this platform.
Cases
Sandbox
Production
Methods
getHost()
Returns the base API URL for this platform.
public
getHost() : string
Return values
string —The API host URL