Client
class Client extends Client
Traits
Properties
protected | $api_url | from CICommon | |
protected | $curl | from CICommon |
Methods
array|mixed
getUserInfo(bool $raw = false, string $username = null)
No description
mixed
getRepos(int $page = 1, bool $raw = false, string $username = null)
No description
mixed
listOrgs()
获取用户名下组织列表.
getAccessToken()
No description
Details
in CICommon at line 18
__construct(Curl $curl, string $api_url)
CICommon constructor.
at line 27
array|mixed
getUserInfo(bool $raw = false, string $username = null)
at line 62
mixed
getRepos(int $page = 1, bool $raw = false, string $username = null)
at line 105
mixed
listOrgs()
获取用户名下组织列表.