An open API service indexing awesome lists of open source software.

https://github.com/vintasoftware/tapioca-bitbucket

Bitbucket API wrapper using tapioca
https://github.com/vintasoftware/tapioca-bitbucket

Last synced: about 1 year ago
JSON representation

Bitbucket API wrapper using tapioca

Awesome Lists containing this project

README

          

# Tapioca Bitbucket

## Instalation
```
pip install tapioca-bitbucket
```

## Documentation
``` python
from tapioca_bitbucket import Bitbucket

api = Bitbucket(client_id='{your-client-id}', access_token='{any-valid-access-token}')
```

No more documentation needed.

- Learn how Tapioca works [here](http://tapioca-wrapper.readthedocs.org/en/stable/quickstart.html)
- Explore this package using iPython
- Have fun!