lib/tokyo_api/expire.rb in tokyo_api-0.6.1 vs lib/tokyo_api/expire.rb in tokyo_api-1.0.1
- old
+ new
@@ -3,9 +3,9 @@
def base_path
'expire'
end
def organisation(host)
- client.get_request("#{normalized_base_path}organisation/#{host}").body
+ client.get_request("#{normalized_base_path}organisation/#{url_escape(host)}").body
end
end
end
\ No newline at end of file