baseEndpoint property
The prefix for all endpoints. For example, http://0.0.0.0:3000/api
in http://0.0.0.0:3000/api
. This is equivalent to RestProvider#baseEndpoint
.
Implementation
final String baseEndpoint;
The prefix for all endpoints. For example, http://0.0.0.0:3000/api
in http://0.0.0.0:3000/api
. This is equivalent to RestProvider#baseEndpoint
.
final String baseEndpoint;