baseUrl property

String baseUrl
final

A part of a URL that every request defined inside a class annotated with ChopperApi will be prefixed with.

The baseUrl can be a top level constant string variable.

Implementation

final String baseUrl;