Bitbucket specific endpoints, mainly for authentication or push callbacks.
Bitbucket specific endpoints, mainly for authentication or push callbacks.
(get-config req)
Lists public bitbucket config, necessary for authentication.
Lists public bitbucket config, necessary for authentication.
(list-webhooks req)
Lists all bitbucket webhooks for customer, possibly filtered by repo
Lists all bitbucket webhooks for customer, possibly filtered by repo
(unwatch-repo req)
Unwatches Bitbucket repo by deactivating any existing webhook.
Unwatches Bitbucket repo by deactivating any existing webhook.
(validate-security h)
Validates bitbucket hmac signature header
Validates bitbucket hmac signature header
(watch-repo req)
Starts watching a Bitbucket repo. This installs a webhook in the repository, or reactivates it if it already exists. We keep track of the returned webhook id in the database.
Starts watching a Bitbucket repo. This installs a webhook in the repository, or reactivates it if it already exists. We keep track of the returned webhook id in the database.
(webhook req)
Handles incoming calls from Bitbucket through installed webhooks.
Handles incoming calls from Bitbucket through installed webhooks.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close