class Dgrid::API::RestAdapter
Public Instance Methods
rest_get(path, params = {})
click to toggle source
# File lib/dgrid/api/connection.rb, line 46 def rest_get(path, params = {}) raise "you must override rest_get in subclasses" end
rest_post(path, params = {})
click to toggle source
# File lib/dgrid/api/connection.rb, line 42 def rest_post(path, params = {}) raise "you must override rest_post in subclasses" end