NAME
Net::Async::Trello::Card
DESCRIPTION
Card interaction.
add_comment
Helper method to add a comment to a card as the current user.
Takes a single $comment
parameter, this should be the text to add (in standard Trello Markdown format).
in_list_since
Returns the date when this card was moved to the current list, as an ISO8601 string.
created_at
Uses the card action history to find when it was created.
Note that the date is currently embedded in the ID, so if you want to avoid the extra API call you can use that information via an algorithm such as https://steveridout.github.io/mongo-object-time/
INHERITED METHODS
- Net::Async::Trello::Generated::Card
-
badges, board, check_item_states, closed, date_last_activity, desc, desc_data, due, email, id, id_attachment_cover, id_board, id_checklists, id_labels, id_list, id_members, id_members_voted, id_short, labels, list, manual_cover_attachment, name, pos, short_link, short_url, subscribed, url
- Net::Async::Trello::Common
AUTHOR
Tom Molesworth <TEAM@cpan.org> with contributions from @felipe-binary
LICENSE
Copyright Tom Molesworth 2014-2020. Licensed under the same terms as Perl itself.