Orgs
扩展自 AbstractPackageJoomla 框架的 GitHub API 活动类。
自 |
1.0 |
---|---|
文档 |
http://developer.github.com/v3/orgs/ |
只读属性 Hooks |
用于钩子的 GitHub API 对象。 用于成员的 GitHub API 对象。 用于团队的 GitHub API 对象。 |
包 |
Joomla 框架 |
方法
__construct
构造函数。
__construct(\Joomla\Registry\Registry options = null, \Joomla\Http\Http client = null) :
继承
__get
用于延迟创建 API 对象的魔术方法
__get( name) : \Joomla\Github\AbstractPackage
继承
edit
编辑组织。
edit( org, billingEmail = '', company = '', email = '', location = '', name = '') :
自 |
1.0 |
---|
参数
- org
string
组织名称。- billingEmail
string
账单电子邮件地址。此地址不会公开。- company
string
公司名称。string
电子邮件地址。- location
string
位置名称。- name
string
名称。
响应
object
fetchUrl
用于构建并返回请求的完整请求 URL 的方法。如果需要,此方法会添加适当的分页详细信息,并还会在 API URL 前面加上请求的完整 URL。
fetchUrl( path, page, limit) : \Joomla\Uri\Uri
继承
get
获取组织。
get( org) :
自 |
1.0 |
---|
参数
- org
string
组织名称。
响应
object
getList
列出用户组织。
getList( user = '') :
如果给出用户名,将列出经过身份验证用户的公共和私有组织。
自 |
1.0 |
---|
参数
- user
string
用户名。
响应
object
processResponse
处理响应并对其进行解码。
processResponse(\Joomla\Http\Response response, expectedCode = 200) :
继承
属性
hooks
members
teams
包
对象所在的包
继承
自 |
1.0 |
---|
类型
string
hookEvents
包含允许的挂钩事件的数组
继承
自 |
1.5.2 |
---|---|
link | |
note |
从 1.4.0 到 1.5.1,此名称为 $events,由于与包子类名称冲突,因此将其重命名 |
类型
array<string|int, mixed>