ex_trello v1.1.1 ExTrello.API.Base

Provides basic and common functionalities for Trello API.

Summary

Macros

Define a function with this defapicall macro instead of def to catch errors and decorate our responses

Functions

request(method, path, params \\ [])

Send request to the api.trello.com server.

request_url(path)
verify_params(params)

Macros

defapicall(call, expression)

Define a function with this defapicall macro instead of def to catch errors and decorate our responses.