-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Description
Hi, I'm trying to connect to my BitBucket repos:
bb = BitBucket.new do |config|
config.oauth_token = ''
config.oauth_secret = ''
config.client_id = '*********'
config.client_secret = '**************************'
config.adapter = :net_http
endI've generated consumer key:secret pair, but how I can get oauth token:secret pair?
Without them I am not able to connect to API :(
Metadata
Metadata
Assignees
Labels
No labels