forked from platypush/platypush
10 lines
417 B
YAML
10 lines
417 B
YAML
manifest:
|
|
events:
|
|
platypush.message.event.trello.ArchivedCardEvent: when a card is archived/closed.
|
|
platypush.message.event.trello.MoveCardEvent: when a card is moved.
|
|
platypush.message.event.trello.UnarchivedCardEvent: when a card is un-archived/opened.
|
|
platypush.message.event.trello.NewCardEvent: when a card is created.
|
|
install:
|
|
pip: []
|
|
package: platypush.backend.trello
|
|
type: backend
|