buck

Homepage: https://github.com/emacsattic/buck

Author: Jonas Bernoulli

Updated:

Summary

Client library for the Bitbucket API

Commentary

This package provides convenience wrappers, specialized for Bitbucket,
around functions provided by the `ghub' package (which, unless told
otherwise, assumes it is talking to a Github host).

Instead of   (ghub-get ... :forge 'bitbucket)
you can use  (buck-get ...)

This package is semi-deprecated.  You might learn that in your own
package you have to further wrap `buck-VERB' functions, and if you
do that, you might as well wrap `ghub-VERB' or even `ghub-request'
directly.

Dependencies