class GdsApi::Router
def get_route(path, type)
def get_route(path, type) get_json("#{endpoint}/routes?incoming_path=#{CGI.escape(path)}&route_type=#{CGI.escape(type)}") end
def get_route(path, type) get_json("#{endpoint}/routes?incoming_path=#{CGI.escape(path)}&route_type=#{CGI.escape(type)}") end