We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3134d commit 4ee7ad6Copy full SHA for 4ee7ad6
README.md
@@ -127,6 +127,13 @@ if (response is NetworkResponse.Success) {
127
128
> A call to this endpoint will retrieve the complete list of all system ID and name pairs on the site.
129
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
137
**Example**
138
```kotlin
139
val credentials = RetroCredentials("<username>", "<web api key>")
0 commit comments