lib/oehclient/realtime/interaction.rb in oeh-client-2.1.0 vs lib/oehclient/realtime/interaction.rb in oeh-client-2.2.0
- old
+ new
@@ -300,10 +300,10 @@
end
# request_url returns the base of the request URL used to make either a realtime or offline request
# through published API
def request_url()
- "#{OEHClient::Helper::Request::ONE_PROTOCOL}#{@space.host}#{OEHClient::Helper::Request::THUNDERHEAD_DOMAIN}#{OEHClient::Helper::Request::ONE_URI_PART}#{OEHClient::Helper::Request::API_URI_PART}#{OEHClient::Helper::Request::API_VERSION}"
+ "#{OEHClient::Helper::Request::ONE_PROTOCOL}#{@space.host}#{OEHClient::Helper::Request::ONE_URI_PART}#{OEHClient::Helper::Request::API_URI_PART}#{OEHClient::Helper::Request::API_VERSION}"
end
# realtime_url is the interaction part of the API URI
def realtime_url()
"#{request_url}#{API_REALTIME}"
\ No newline at end of file