2016-05-16 16 views

答えて

1

あなたは次のコードで分岐を得ることができます。このコードを試してください。うまくいけば助ける

$result=Bitbucket::connection('alternative')->api('Repositories\Repository')->branches('repo name', 'api name'); 
    $data=json_decode($result->getContent()); 
    dd($data); 
関連する問題