Keys
扩展自 AbstractPackageJoomla 框架的 GitHub API Forks 类。
链接 | |
---|---|
自 |
1.0 |
包 |
Joomla 框架 |
方法
__construct
构造函数。
__construct(\Joomla\Registry\Registry options = null, \Joomla\Http\Http client = null) :
继承
__get
延迟创建 API 对象的魔术方法
__get( name) : \Joomla\Github\AbstractPackage
继承
create
添加新的部署密钥。
create( owner, repo, title, key) :
自 |
1.0 |
---|
参数
- 所有者
string
GitHub 仓库所有者的名称。- 仓库
string
GitHub 仓库的名称。- 标题
string
密钥标题。- 密钥
string
密钥。
响应
对象
delete
删除部署密钥。
delete( owner, repo, id) :
自 |
1.0 |
---|
参数
- 所有者
string
GitHub 仓库所有者的名称。- 仓库
string
GitHub 仓库的名称。- ID
int
密钥的 ID。
响应
布尔值
edit
编辑部署密钥。
edit( owner, repo, id, title, key) :
自 |
1.0 |
---|
参数
- 所有者
string
GitHub 仓库所有者的名称。- 仓库
string
GitHub 仓库的名称。- ID
int
密钥的 ID。- 标题
string
密钥标题。- 密钥
string
密钥。
响应
对象
fetchUrl
构建并返回请求的完整请求 URL 的方法。此方法将在必要时添加适当的分页详细信息,并将 API URL 添加到请求的开头,以获得请求的完整 URL。
fetchUrl( path, page, limit) : \Joomla\Uri\Uri
继承
get
获取部署密钥。
get( owner, repo, id) :
自 |
1.0 |
---|
参数
- 所有者
string
GitHub 仓库所有者的名称。- 仓库
string
GitHub 仓库的名称。- ID
int
密钥的 ID。
响应
对象
getList
列出部署密钥。
getList( owner, repo) :
自 |
1.0 |
---|
参数
- 所有者
string
GitHub 仓库所有者的名称。- 仓库
string
GitHub 仓库的名称。
响应
对象
processResponse
处理响应并对其进行解码。
processResponse(\Joomla\Http\Response response, expectedCode = 200) :
继承
属性
包
对象所在的包
继承
自 |
1.0 |
---|
类型(s)
字符串
hookEvents
包含允许的钩子事件的数组
继承
自 |
1.5.2 |
---|---|
链接 | |
注释 |
从 1.4.0 到 1.5.1,此名称为 $events,由于与包子类的命名冲突,因此已重命名 |
类型(s)
array<string|int, mixed>