Skip to content
This repository has been archived by the owner on Nov 1, 2017. It is now read-only.

Commit

Permalink
Clarified watching/stargazing
Browse files Browse the repository at this point in the history
  • Loading branch information
pengwynn committed Aug 7, 2012
1 parent 019f23a commit 14c25df
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ The API is expected to be finalized Real Soon Now.

### Breaking Beta Changes

##### August 7, 2012
* Clarified watching/stargazing

##### June 12, 2012:
* Removed API v1 support
* Removed API v2 support
Expand Down
7 changes: 7 additions & 0 deletions content/v3/repos/watching.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Repo Watching | GitHub API

# Repo Watching API

We recently [changed the way watching
works](https://github.com/blog/1204-notifications-stars) on GitHub. We hope to
roll out many of these features in the API soon. Until then, the [Watchers
method](#list-watchers) below will return "stargazers", and the [Watched
methods](#list-repos-being-watched) return repositories that have been
"starred."

## List watchers

GET /repos/:user/:repo/watchers
Expand Down

1 comment on commit 14c25df

@optikfluffel
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks :)

Please sign in to comment.