List public events for a user
/users/{username}/events/public- Source
github-v3-rest.json- Revision
f5f067c1e6f6- Active snapshot
85e53e3d0d65
Request
Path Parameters
- username stringrequired
Query Parameters
- per_page integeroptional
Results per page (max 100)
- page integeroptional
Page number of the results to fetch.
Responses
Response
items Event objectEvent
Event
actor Actor objectrequiredActor
Actor
org Actor objectoptionalActor
Actor
payload objectrequired
comment Issue Comment objectoptionalComments provide a way for people to collaborate on an issue.
Comments provide a way for people to collaborate on an issue.
How the author is associated with the repository.
Example: OWNER
Contents of the issue comment
Example: What version of Safari were you using when you observed this bug?
Example: 2011-04-14T16:00:49Z
Unique identifier of the issue comment
Example: 42
GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.
Example: 2011-04-14T16:00:49Z
URL for the issue comment
Example: https://api.github.com/repositories/42/issues/comments/1
Simple User
issue Issue objectoptionalIssues are a great way to keep track of tasks, enhancements, and bugs for your projects.
Issues are a great way to keep track of tasks, enhancements, and bugs for your projects.
Simple User
How the author is associated with the repository.
Example: OWNER
Contents of the issue
It looks like the new widget form is broken on Safari. When I try and create the widget, Safari crashes. This is reproducible on 10.8, but not 10.9. Maybe a browser bug?Simple User
Labels to associate with this issue; pass one or more label names to replace the set of labels on this issue; send an empty array to clear all labels from the issue; note that the labels are silently dropped for users without push access to the repository
[
"bug",
"registration"
]A collection of related issues and pull requests.
Number uniquely identifying the issue within its repository
Example: 42
GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub.
A git repository
State of the issue; either 'open' or 'closed'
Example: open
Title of the issue
Example: Widget creation fails in Safari on OS X 10.8
URL for the issue
Example: https://api.github.com/repositories/42/issues/1
Simple User