module DomoscioRails::HTTPCalls::Fetch::ClassMethods
Public Instance Methods
fetch(id = nil, params = {})
click to toggle source
# File lib/domoscio_rails/http_calls.rb, line 31 def fetch(id = nil, params = {}) DomoscioRails.request(:get, url(id, nil, params), params) end