Method: Astrobot::Client.build

Defined in:
lib/astrobot/client.rb

.build(method, opts = {}) ⇒ Object



7
8
9
10
11
12
# File 'lib/astrobot/client.rb', line 7

def self.build(method, opts = {})
  Astrobot::Client.post(
    :method => method,
    :arguments => opts
  )
end