Skip to content

Commit 4ee7ad6

Browse files
docs: update GetConsoleIds available parameters (#8)
1 parent 9f3134d commit 4ee7ad6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,13 @@ if (response is NetworkResponse.Success) {
127127

128128
> A call to this endpoint will retrieve the complete list of all system ID and name pairs on the site.
129129
130+
**Available Parameters**
131+
132+
| Name | Type | Description | Example | Default |
133+
|:------------------|:-----|:---------------------------|:--------|:--------|
134+
| activeSystemsOnly | Int | Obtain active systems only | 1 | 0 |
135+
| gameSystemsOnly | Int | Obtain game systems only | 1 | 0 |
136+
130137
**Example**
131138
```kotlin
132139
val credentials = RetroCredentials("<username>", "<web api key>")

0 commit comments

Comments
 (0)