class API
- API
- Reference
- Object
Defined in:
api.crConstant Summary
-
API_ROOT =
"https://api.trello.com/1"
Class Method Summary
- .delete(path : String, params : String = "")
- .get(path : String, params : String = "")
- .post(path : String, params : String = "", form : String | IO | Hash = "")
- .put(path : String, params : String = "")