Sha256: bfcf4a05dc110b63d21628e8af0e5f5a7956e48903ca22aefad53f413394a925

Contents?: true

Size: 194 Bytes

Versions: 5

Compression:

Stored size: 194 Bytes

Contents

# TODO
response = client.get("/1/boards/#{BOARD_ID}/cards/#{id}")
extracted_branch_name = JSON.parse(response.body).dig('url').rpartition('/').last
Git::Checkout.new.call(extracted_branch_name)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dude-cli-2.0.4 lib/dude/project_management/trello/checkout.rb
dude-cli-2.0.3 lib/dude/project_management/trello/checkout.rb
dude-cli-2.0.2 lib/dude/project_management/trello/checkout.rb
dude-cli-2.0.1 lib/dude/project_management/trello/checkout.rb
dude-cli-2.0.0 lib/dude/project_management/trello/checkout.rb