Skip to content

Commit 10b9921

Browse files
authored
fix: various responses (#78)
1 parent 241e495 commit 10b9921

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

docs/v1/get-achievement-of-the-week.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ if (response is NetworkResponse.Success) {
7979
"TrueRatio": 11,
8080
"Type": null,
8181
"Author": "StingX2",
82-
"DateCreated": "2021-10-16 23:53:32",
83-
"DateModified": "2021-10-17 19:26:09"
82+
"DateCreated": "2021-10-16",
83+
"DateModified": "2021-10-17"
8484
},
8585
"Console": {
8686
"ID": 3,

docs/v1/get-game-extended.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Most of this data can be found on the game page, for example, [Sonic the Hedgeho
2222

2323
| Name | Required? | Description |
2424
| :--- | :-------- | :---------------------------------------------------------------- |
25-
| `z` | Yes | Your username. |
2625
| `y` | Yes | Your web API key. |
2726
| `i` | Yes | The target game ID. |
2827
| `f` | | Defaults to 3. Set to 5 to see Unofficial / demoted achievements. |
@@ -87,9 +86,9 @@ if (response is NetworkResponse.Success) {
8786
"Publisher": "",
8887
"Developer": "",
8988
"Genre": "",
90-
"Released": "1992-06-02 00:00:00",
89+
"Released": "1992-06-02",
9190
"ReleasedAtGranularity": "day",
92-
"IsFinal": 0,
91+
"IsFinal": false, // this field is deprecated, and will always return false
9392
"RichPresencePatch": "cce60593880d25c97797446ed33eaffb",
9493
"GuideURL": null,
9594
"Updated": "2023-12-27T13:51:14.000000Z",

docs/v1/get-game-info-and-user-progress.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ A call to this endpoint will retrieve extended metadata about a game, in additio
1616

1717
| Name | Required? | Description |
1818
| :--- | :-------- | :----------------------------------------------------------------- |
19-
| `z` | Yes | Your username. |
2019
| `y` | Yes | Your web API key. |
2120
| `u` | Yes | The target username. |
2221
| `g` | Yes | The target game ID. |

docs/v1/get-user-summary.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@ if (response is NetworkResponse.Success) {
176176
"Publisher": "Falcon",
177177
"Developer": "Falcon",
178178
"Genre": "2D Platforming, Arcade",
179-
"Released": "1981",
179+
"Released": "1981-01-01",
180+
"ReleasedAtGranularity": "year",
180181
"IsFinal": 0
181182
},
182183
"UserPic": "/UserPic/xelnia.png",

0 commit comments

Comments
 (0)