ex_trello v1.1.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

This module exists to provide ExTrello users with an interface to easily make requests to Trello that have not yet been implemented in the wrapper

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 the Checklists API endpoints. reference: https://developers.trello.com/advanced-reference/checklist

Module to wrap Lists API endpoints. reference: https://developers.trello.com/advanced-reference/list

Module to wrap Boards API endpoints. reference: https://developers.trello.com/advanced-reference/member

Module to wrap the Notifications API endpoints reference: https://developers.trello.com/advanced-reference/notification

A Struct that represents all possible fields a access_token resource from Trello can be returned with

A Struct that represents all possible fields an 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 label 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 notification 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