NAME
Net::Async::Trello - low-level Trello API access
VERSION
version 0.001
DESCRIPTION
Provides a basic interface for interacting with the Trello webservice.
It's currently a very crude implementation, implementing a small subset of the available API features.
me
Returns profile information for the current user.
boards
Returns a Ryu::Source representing the available boards.
board
Resolves to the board with the corresponding ID.
Takes the following named parameters:
id - the board ID to request
Returns a Future.
search
Performs a search.
METHODS - Internal
None of these are likely to be stable or of much use to external callers.