Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit87e6979

Browse files
committed
Merge pull request#551 from github/jasonrudolph/stargazer-timestamps-1
Group routes and possible responses together
2 parentsfc58f12 +d6182ac commit87e6979

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

‎content/v3/activity/starring.md‎

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,12 @@ for more details.
3030
<%= headers 200,:pagination => default_pagination_rels %>
3131
<%= json(:user) { |h|[h] } %>
3232

33-
##List Stargazers with star creation timestamps
34-
35-
GET /repos/:owner/:repo/stargazers
33+
###Alternative response with star creation timestamps
3634

3735
You can also find out_when_ stars were created by passing the following custom[media type](/v3/media/) via the`Accept` header:
3836

3937
Accept: application/vnd.github.v3.star+json
4038

41-
###Response
42-
4339
<%= headers 200,:pagination => default_pagination_rels %>
4440
<%= json(:stargazer_with_timestamps) { |hash|[hash] } %>
4541

@@ -65,14 +61,12 @@ Name | Type | Description
6561
<%= headers 200,:pagination => default_pagination_rels %>
6662
<%= json(:repo) { |h|[h] } %>
6763

68-
##List repositories being starred with star creation timestamps
64+
###Alternative response with star creation timestamps
6965

7066
You can also find out_when_ stars were created by passing the following custom[media type](/v3/media/) via the`Accept` header:
7167

7268
Accept: application/vnd.github.v3.star+json
7369

74-
###Response
75-
7670
<%= headers 200,:pagination => default_pagination_rels %>
7771
<%= json(:starred_repo) { |hash|[hash] } %>
7872

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp