Skip to content

Commit

Permalink
docs: make updates for Released and ReleasedAtGranularity (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
wescopeland authored Aug 22, 2024
1 parent 870e3b1 commit 81077b5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions docs/v1/get-game-extended.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ if (response is NetworkResponse.Success) {
"Publisher": "",
"Developer": "",
"Genre": "",
"Released": "June 23, 1991",
"Released": "1992-06-02 00:00:00",
"ReleasedAtGranularity": "day",
"IsFinal": 0,
"RichPresencePatch": "cce60593880d25c97797446ed33eaffb",
"players_total": 27080,
Expand Down Expand Up @@ -139,7 +140,8 @@ if (response is NetworkResponse.Success) {
"publisher": "Activision",
"developer": "David Crane",
"genre": "Racing",
"released": 1980,
"Released": "1992-06-02 00:00:00",
"ReleasedAtGranularity": "year",
"isFinal": false,
"consoleName": "Atari 2600",
"richPresencePatch": "2b92fa1bf9635c303b3b7f8feea3ed3c",
Expand Down
6 changes: 4 additions & 2 deletions docs/v1/get-game-info-and-user-progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ if (response is NetworkResponse.Success) {
"Publisher": "",
"Developer": "",
"Genre": "",
"Released": "June 23, 1991",
"Released": "1992-06-02 00:00:00",
"ReleasedAtGranularity": "day",
"IsFinal": 0,
"RichPresencePatch": "cce60593880d25c97797446ed33eaffb",
"players_total": 27080,
Expand Down Expand Up @@ -147,7 +148,8 @@ if (response is NetworkResponse.Success) {
"publisher": "Activision ",
"developer": "David Crane",
"genre": "Racing",
"released": 1980,
"released": "1992-06-02 00:00:00",
"releasedAtGranularity": "day",
"isFinal": false,
"consoleName": "Atari 2600",
"richPresencePatch": "2b92fa1bf9635c303b3b7f8feea3ed3c",
Expand Down
6 changes: 4 additions & 2 deletions docs/v1/get-game.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ if (response is NetworkResponse.Success) {
"Publisher": "",
"Developer": "",
"Genre": "",
"Released": "June 23, 1991"
"Released": "1992-06-02 00:00:00",
"ReleasedAtGranularity": "day"
}
```

Expand All @@ -109,7 +110,8 @@ if (response is NetworkResponse.Success) {
"publisher": "Activision",
"developer": "David Crane",
"genre": "Racing",
"released": 1980
"released": "1992-06-02 00:00:00",
"releasedAtGranularity": "day"
}
```

Expand Down

0 comments on commit 81077b5

Please sign in to comment.