Class: module:ApiClient

ApiClient.module:ApiClient()

Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an application to use this class directly - the *Api and model classes provide the public API for the service. The contents of this file should be regarded as internal but are documented for completeness.

Constructor

new module:ApiClient()

Source:

Classes

module:ApiClient

Members

(inner, constant) CSV

Comma-separated values. Value: csv
Source:

(inner, constant) MULTI

Native array. Value: multi
Source:

(inner, constant) PIPES

Pipe(|)-separated values. Value: pipes
Source:

(inner, constant) SSV

Space-separated values. Value: ssv
Source:

(inner, constant) TSV

Tab-separated values. Value: tsv
Source: