Serialize given command for POST request including connection configuration data
API command to encode
encoded POST data string
Get the proxy server configuration
proxy server configuration value or null if not set
Get the referer configuration
referer configuration value or null if not set
Get the API connection url that is currently set
API connection url currently in use
Get the User Agent
User Agent string
Get the current module version
module version
Perform API login to start session-based communication
Promise resolving with API Response
Perform API logout to close API session in use
Promise resolving with API Response
Perform API request using the given command
API command to request
Promise resolving with API Response
Request all pages/entries for the given query command
API list command to use
Promise resolving with array of API Responses
Reset data view back from subuser to user
Current APIClient instance for method chaining
Use existing configuration out of ClientRequest session to rebuild and reuse connection settings
ClientRequest session instance
Current APIClient instance for method chaining
Apply session data (session id and system entity) to given client request session
ClientRequest session instance
Current APIClient instance for method chaining
Set Credentials to be used for API communication
account name
account password
Current APIClient instance for method chaining
Set Persistent to request session id for API communication
Current APIClient instance for method chaining
Set the proxy server to use for API communication
proxy server to use for communicatio
Current APIClient instance for method chaining
Set the referer to use for API communication
Referer
Current APIClient instance for method chaining
Set Credentials to be used for API communication
account name
role user id
role user password
Current APIClient instance for method chaining
Set another connection url to be used for API communication
API connection url to set
Current APIClient instance for method chaining
Possibility to customize default user agent to fit your needs
user agent label
revision of user agent
further modules to add to user agent string, format: ["
Current APIClient instance for method chaining
Set a data view to a given subuser
subuser account name
Current APIClient instance for method chaining
Activate Default Connection Setup (the default)
Current APIClient instance for method chaining
Activate High Performance Connection Setup
Current APIClient instance for method chaining
Set LIVE System for API communication (this is the default setting)
Current APIClient instance for method chaining
Set OT&E System for API communication
Current APIClient instance for method chaining
APIClient class