@@ -6,6 +6,15 @@ title: Activity | GitHub API
6
6
Serving up the 'social' in Social Coding, the Activity APIs provide access to
7
7
notifications, subscriptions, and timelines.
8
8
9
+ ##[ Events] [ ]
10
+
11
+ The[ Events API] [ Events ] is a read-only interface to all the[ event
12
+ types] [ types ] that power the various activity streams on GitHub.
13
+
14
+ ##[ Feeds] [ ]
15
+
16
+ List of[ Atom feeds] [ Feeds ] available for the authenticating user.
17
+
9
18
##[ Notifications] [ ]
10
19
11
20
Notifications of new comments are delivered to users.[ The Notifications
@@ -22,18 +31,9 @@ have no effect on notifications or the activity feed.
22
31
[ Watching a Repository] [ Watching ] registers the user to receive notifications on new
23
32
discussions, as well as events in the user's activity feed.
24
33
25
- ##[ Events] [ ]
26
-
27
- The[ Events API] [ Events ] is a read-only interface to all the[ event
28
- types] [ types ] that power the various activity streams on GitHub.
29
-
30
- ##[ Feeds] [ ]
31
-
32
- List of[ Atom feeds] [ Feeds ] available for the authenticating user.
33
-
34
- [ Notifications ] :/v3/activity/notifications/
35
- [ Starring ] :/v3/activity/starring/
36
- [ Watching ] :/v3/activity/watching/
37
34
[ Events ] :/v3/activity/events/
38
35
[ types ] :/v3/activity/events/types/
39
36
[ Feeds ] :/v3/activity/feeds/
37
+ [ Notifications ] :/v3/activity/notifications/
38
+ [ Starring ] :/v3/activity/starring/
39
+ [ Watching ] :/v3/activity/watching/