Class: module:ApiClient

ApiClient.module:ApiClient(basePath)

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(basePath)

The base URL against which to resolve every API call's (relative) path. Overrides the default value set in spec file if present
Parameters:
Name Type Default Description
basePath String https://localhost:8080
Source:

Classes

module:ApiClient