ApiClient Class
Details
ApiClient Class
Generic API client for OpenAPI client library builds. OpenAPI generic API client. This client handles the client- server communication, and is invariant across implementations. Specifics of the methods and models for each application are generated from the OpenAPI Generator templates.
NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). Ref: https://openapi-generator.tech Do not edit the class manually.
Public fields
basePathBase url
userAgentDefault user agent
usernameUsername for HTTP basic authentication
passwordPassword for HTTP basic authentication
timeoutDefault timeout in seconds
retryStatusCodesvector of status codes to retry
maxRetryAttemptsmaximum number of retries for the status codes
Methods
Method new()
Usage
ApiClient$new(
basePath = NULL,
userAgent = NULL,
defaultHeaders = NULL,
username = NULL,
password = NULL,
apiKeys = NULL,
accessToken = NULL,
timeout = NULL,
retryStatusCodes = NULL,
maxRetryAttempts = NULL
)