getUri method

Uri getUri()

Implementation

Uri getUri() {
  return Uri.http(CCRestApi.options.baseUrl, apiConfig.endpoint);
}