Activity

扩展 AbstractPackage

Joomla 框架的 GitHub API Activity 类。

1.0

文档

http://developer.github.com/v3/activity/

属性读取 Events

GitHub API 事件对象。

GitHub API 提要对象。

GitHub API 通知对象。

GitHub API 星标对象。

GitHub API 关注对象。

Joomla 框架

方法

__construct

构造函数。

__construct(\Joomla\Registry\Registry options = null, \Joomla\Http\Http client = null) : 
继承

1.0

参数

options

Registry|nullGitHub 选项对象。

client

Http|nullHTTP 客户端对象。

响应

混合类型

__get

用于延迟创建 API 对象的魔法方法

__get( name) : \Joomla\Github\AbstractPackage
继承

1.0

抛出

InvalidArgumentException

参数

name

string要检索的属性名称

响应

AbstractPackageGitHub API 包对象。

fetchUrl

用于构建并返回请求的完整请求 URL 的方法。如果需要,此方法会添加适当的分页详细信息,并将 API URL 添加到请求以获得完整的请求 URL。

fetchUrl( path,  page,  limit) : \Joomla\Uri\Uri
继承

1.0

参数

path

string要变形的 URL

page

int要请求的页码

limit

int每页返回的结果数

响应

Uri

processResponse

处理响应并对其进行解码。

processResponse(\Joomla\Http\Response response,  expectedCode = 200) : 
继承

1.0

抛出

UnexpectedResponseException

参数

response

Response响应。

expectedCode

int预期的“良好”代码。

响应

混合类型

属性

events

GitHub API 事件对象。

类型

活动

feeds

GitHub API 提要对象。

类型

提要

notifications

GitHub API 通知对象。

类型

通知

starring

GitHub API 星标对象。

类型

星标

watching

GitHub API 关注对象。

类型

关注

options

GitHub 对象的选项。

继承

1.0

类型

Registry

client

用于发送 HTTP 请求的 HTTP 客户端对象。

继承

1.0

类型

Http

对象所在的包

继承

1.0

类型

string

hookEvents

包含允许的挂钩事件的数组

继承

1.5.2

link
note

从 1.4.0 到 1.5.1,此名为 $events,由于与包子类命名冲突而被重命名

类型

array<string|int, mixed>