module DomoscioRails::HTTPCalls::Fetch::ClassMethods

Public Instance Methods

fetch(id = nil, params = {}) click to toggle source
# File lib/domoscio_rails/http_calls.rb, line 42
def fetch(id = nil, params = {})
  DomoscioRails.request(:get, url(id), params)
end