get body()

in src/api-response.js [35:37]


  get body(): any {
    return this._body;
  }