The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Async::Trello - low-level Trello API access

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.

Performs a search.

METHODS - Internal

None of these are likely to be stable or of much use to external callers.

endpoints

endpoint

INHERITED METHODS

IO::Async::Notifier

add_child, adopt_future, can_event, children, configure_unknown, debug_printf, get_loop, invoke_error, invoke_event, loop, make_event_cb, maybe_invoke_event, maybe_make_event_cb, new, notifier_name, parent, remove_child, remove_from_parent

AUTHOR

Tom Molesworth <TEAM@cpan.org>

LICENSE

Copyright Tom Molesworth 2014-2017. Licensed under the same terms as Perl itself.