-
-
Notifications
You must be signed in to change notification settings - Fork 599
Closed
Labels
Description
It seems that the following method doesn't exist any longer or am I missing a dependency?
php-github-api/doc/authorizations.md
Line 25 in 3467a34
$authorization = $github->api('authorizations')->create($data); |
$authorization = $github->api('authorizations')->create(array('note' => 'Optional'), $code); |