API reference¶
bitdock¶
-
class
bitdock.__main__.Bitdock(flowdock_api_key, user_mapping=None)¶ Bases:
objectBitdock main handler.
-
__init__(flowdock_api_key, user_mapping=None)¶ Initialise handler with flowdock_api_key.
In addition, optionally specify a user_mapping to use when mapping users. It should be a dictionary of Bitbucket user names against Flowdock user dictionaries. The Flowdock user dictionary should contain keys for username, display_name and email.
-
bitbucket_pull_request()¶ Handle bitbucket pull request notification.
-
flowdock_api_url¶ Return flowdock api url.
-
-
bitdock.__main__.main(arguments=None)¶ Bitdock: Connect Bitbucket and Flowdock.