File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ List a user's gists:
1919 GET /users/:user/gists
2020
2121List the authenticated user's gists or if called anonymously, this will
22- returns all public gists:
22+ return all public gists:
2323
2424 GET /gists
2525
Original file line number Diff line number Diff line change @@ -80,3 +80,4 @@ it is also available on the [CPAN][pithub-cpan].
8080* [ Haskell GitHub API] [ haskell ]
8181
8282[ haskell ] : https://github.com/dmnpignaud/haskell-github-api
83+
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ List repos being watched by the authenticated user
3030
3131## Check if you are watching a repo
3232
33+ Requires for the user to be authenticated
34+
3335 GET /user/watched/:user/:repo
3436
3537### Response if this repo is watched by you
@@ -42,6 +44,8 @@ List repos being watched by the authenticated user
4244
4345## Watch a repo
4446
47+ Requires for the user to be authenticated
48+
4549 PUT /user/watched/:user/:repo
4650
4751### Response
@@ -50,6 +54,8 @@ List repos being watched by the authenticated user
5054
5155## Stop watching a repo
5256
57+ Requires for the user to be authenticated
58+
5359 DELETE /user/watched/:user/:repo
5460
5561### Response
You can’t perform that action at this time.
0 commit comments