module DomoscioAdmin::HTTPCalls::Fetch::ClassMethods

Public Instance Methods

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