Skip to content
This repository was archived by the owner on Aug 8, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (23 loc) · 429 Bytes

File metadata and controls

29 lines (23 loc) · 429 Bytes

Users API

Back to the navigation

Wrap GitHub User API.

Get information about GitHub services

$service = $client->api('meta')->service();

return

array(3) {
  'verifiable_password_authentication' => bool
  'hooks' =>
  array(1) {
    [0] =>
    string(15) "127.0.0.1/22"
  }
  'git' =>
  array(1) {
    [0] =>
    string(15) "127.0.0.1/22"
  }
}