Method: ContextIO::API::AbstractAPI.base_url

Defined in:
lib/contextio/api/abstract_api.rb

.base_urlString

Returns The base URL the API is served from.

Returns:

  • (String)

    The base URL the API is served from.



21
22
23
# File 'lib/contextio/api/abstract_api.rb', line 21

def self.base_url
	BASE_URL
end