Registry / http-client / bitbucket-rest-api

bitbucket-rest-api

JSON →
library0.1.7rbrubygemsunverified

Ruby wrapper for the BitBucket API supporting OAuth and Basic Authentication.

gem install bitbucket_rest_api
INSTALL
IMPORT
SIG · BITBUCKET-REST-API
B
bitbucket-rest-api
http-clientrubyv0.1.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BitBucket
require 'bitbucket_rest_api'

Authenticate and list repositories

require 'bitbucket_rest_api' bitbucket = BitBucket.new login: 'user', password: 'pass' repos = bitbucket.repos.list puts repos.first['name']
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.7latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
68 hits · last 30 days
node
62
Resources
bitbucket-rest-api — gem install bitbucket-rest-api · libregistry