class API

Defined in:

api.cr

Constant Summary

API_ROOT = "https://api.trello.com/1"

Class Method Summary

Class Method Detail

def self.delete(path : String, params : String = "") #

[View source]
def self.get(path : String, params : String = "") #

[View source]
def self.post(path : String, params : String = "", form : String | IO | Hash = "") #

[View source]
def self.put(path : String, params : String = "") #

[View source]