ex_trello v0.4.1 API Reference
Modules
Provides access interface to the Trello API
Module to wrap the Actions API endpoints. reference: https://developers.trello.com/advanced-reference/action
Provides Authorization and Authentication API interfaces
Provides basic and common functionalities for Trello API
Module to wrap Boards API endpoints. reference: https://developers.trello.com/advanced-reference/board
Module to wrap Cards API endpoints. reference: https://developers.trello.com/advanced-reference/card
Module to wrap Boards API endpoints. reference: https://developers.trello.com/advanced-reference/member
JSON encode/decode wrapper module. It’s separated to isolate the code affected by differences between the JSON libraries
A Struct that represents all possible fields a access_token resource from Trello can be returned with
A Struct that represents all possible fields a action resource from Trello can be returned with
A Struct that represents all possible fields a board resource from Trello can be returned with
A Struct that represents all possible fields a card resource from Trello can be returned with
A Struct that represents all possible fields a list resource from Trello can be returned with
A Struct that represents all possible fields a member resource from Trello can be returned with
A Struct that represents all possible fields a organization resource from Trello can be returned with
A Struct that represents all possible fields a request_token resource from Trello can be returned with
Provide a wrapper for :oauth request methods
Provides parser logic for API results
A collection of helpful utility functions