Class: Trello::Api::Trello

Inherits:
Base
  • Object
show all
Includes:
TrelloConfig
Defined in:
lib/trello/api/trello.rb

Class Method Summary collapse

Methods included from TrelloConfig

#__config_dir__, #config, #param_check, #save_config

Class Method Details

.make_call(method, endpoint, body = {}, headers = {}) ⇒ Object



5
6
7
# File 'lib/trello/api/trello.rb', line 5

def self.make_call(method, endpoint, body = {}, headers = {})
  super(method, "https://api.trello.com/1/#{endpoint}", body, headers)
end