module ZcBrokerKd::ApiCall
Public Class Methods
get(url)
click to toggle source
# File lib/zc_broker_kd/api_call.rb, line 5 def self.get(url) return RestClient.get(url) end
# File lib/zc_broker_kd/api_call.rb, line 5 def self.get(url) return RestClient.get(url) end