Configuration
Constructors
Constructor
-
Parameters
-
param: ConfigurationParameters = {}
Returns Configuration
-
Properties
Optional Access Token
Optional Analytics User Id
Optional Api Key
parameter for apiKey security
Optional Base Options
base options for axios calls
Optional Base Path
override base path
Optional Correlation Id
Optional Environment Id
Optional Environment Name
Optional Form Data Ctor
Type declaration
-
-
The FormData constructor that will be used to create multipart form data requests. You can inject this here so that execution environments that do not support the FormData class can still run the generated client.
Returns any
-
Optional Password
parameter for basic security
Optional Player Id
Optional Player Token
Optional Project Id
Optional Service Token
Optional Unity Installation Id
Optional Username
parameter for basic security
Methods
Is Json Mime
-
Check if the given MIME is a JSON MIME. JSON MIME examples: application/json application/json; charset=UTF8 APPLICATION/JSON application/vnd.company+json
Parameters
-
mime: string
MIME (Multipurpose Internet Mail Extensions)
Returns boolean
True if the given MIME is JSON, false otherwise.
-
parameter for oauth2 security
security name
oauth2 scope
Configuration