Branches
继承自 AbstractPackage用于 Joomla 框架的 GitHub API 仓库分支类。
文档 |
https://developer.github.com/v3/repos/branches |
---|---|
自 |
1.4.0 |
包 |
Joomla 框架 |
方法
__construct
构造函数。
__construct(\Joomla\Registry\Registry options = null, \Joomla\Http\Http client = null) :
继承
__get
魔术方法,用于延迟创建 API 对象
__get( name) : \Joomla\Github\AbstractPackage
继承
fetchUrl
构建并返回请求的完整 URL 的方法。此方法将在必要时添加适当的分页详细信息,并将 API URL 添加到前面,以获得请求的完整 URL。
fetchUrl( path, page, limit) : \Joomla\Uri\Uri
继承
get
获取分支。
get( owner, repo, branch) :
自 |
1.4.0 |
---|
参数
- owner
string
仓库所有者。- repo
string
仓库名称。- branch
string
分支名称。
Response
object
getList
列出分支。
getList( owner, repo) :
自 |
1.4.0 |
---|
参数
- owner
string
仓库所有者。- repo
string
仓库名称。
Response
object
processResponse
处理响应并将其解码。
processResponse(\Joomla\Http\Response response, expectedCode = 200) :
继承
属性
包
对象所在的包
继承
自 |
1.0 |
---|
类型
string
hookEvents
包含允许的挂钩事件的数组
继承
自 |
1.5.2 |
---|---|
link | |
note |
从 1.4.0 到 1.5.1,它被称为 $events,由于与包子类的命名冲突,它被重命名了 |
类型
array<string|int, mixed>