getBaseApi method

String getBaseApi()

Returns the base API

Implementation

String getBaseApi() {
  return this._baseUrl + this._apiPath;
}