lib/oehclient/data/structure.rb in oeh-client-2.1.0 vs lib/oehclient/data/structure.rb in oeh-client-2.2.0

- old
+ new

@@ -73,10 +73,10 @@ end # request_url returns the fully-qualified URL to return a given structure def self.request_url(api_name) - "#{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}#{API_PROFILES}/#{api_name}" + "#{OEHClient::Helper::Request::ONE_PROTOCOL}#{@space.host}#{OEHClient::Helper::Request::ONE_URI_PART}#{OEHClient::Helper::Request::API_URI_PART}#{OEHClient::Helper::Request::API_VERSION}#{API_PROFILES}/#{api_name}" end end \ No newline at end of file