You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Api/CategoriesApi.php
+30-6Lines changed: 30 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
*
17
17
* The version of the OpenAPI document: 1.0.0
18
18
* Generated by: https://openapi-generator.tech
19
-
* OpenAPI Generator version: 7.0.0
19
+
* OpenAPI Generator version: 7.2.0
20
20
*/
21
21
22
22
/**
@@ -76,7 +76,7 @@ class CategoriesApi
76
76
],
77
77
];
78
78
79
-
/**
79
+
/**
80
80
* @param ClientInterface $client
81
81
* @param Configuration $config
82
82
* @param HeaderSelector $selector
@@ -132,7 +132,7 @@ public function getConfig()
132
132
* @param bool $classes_only A flag used to only return classes (optional)
133
133
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getCategories'] to see the possible values for this operation
134
134
*
135
-
* @throws \Aternos\CurseForgeApi\ApiException on non-2xx response
135
+
* @throws \Aternos\CurseForgeApi\ApiException on non-2xx response or if the response body is not in the expected format
@@ -152,7 +152,7 @@ public function getCategories($game_id, $class_id = null, $classes_only = null,
152
152
* @param bool $classes_only A flag used to only return classes (optional)
153
153
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getCategories'] to see the possible values for this operation
154
154
*
155
-
* @throws \Aternos\CurseForgeApi\ApiException on non-2xx response
155
+
* @throws \Aternos\CurseForgeApi\ApiException on non-2xx response or if the response body is not in the expected format
156
156
* @throws \InvalidArgumentException
157
157
* @return array of \Aternos\CurseForgeApi\Model\GetCategoriesResponse, HTTP status code, HTTP response headers (array of strings)
158
158
*/
@@ -202,7 +202,19 @@ public function getCategoriesWithHttpInfo($game_id, $class_id = null, $classes_o
202
202
} else {
203
203
$content = (string) $response->getBody();
204
204
if ('\Aternos\CurseForgeApi\Model\GetCategoriesResponse' !== 'string') {
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getFingerprintFuzzyMatches'] to see the possible values for this operation
141
141
*
142
-
* @throws \Aternos\CurseForgeApi\ApiException on non-2xx response
142
+
* @throws \Aternos\CurseForgeApi\ApiException on non-2xx response or if the response body is not in the expected format
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getFingerprintFuzzyMatches'] to see the possible values for this operation
159
159
*
160
-
* @throws \Aternos\CurseForgeApi\ApiException on non-2xx response
160
+
* @throws \Aternos\CurseForgeApi\ApiException on non-2xx response or if the response body is not in the expected format
161
161
* @throws \InvalidArgumentException
162
162
* @return array of \Aternos\CurseForgeApi\Model\GetFingerprintFuzzyMatchesResponse, HTTP status code, HTTP response headers (array of strings)
163
163
*/
@@ -207,7 +207,19 @@ public function getFingerprintFuzzyMatchesWithHttpInfo($get_fuzzy_matches_reques
207
207
} else {
208
208
$content = (string) $response->getBody();
209
209
if ('\Aternos\CurseForgeApi\Model\GetFingerprintFuzzyMatchesResponse' !== 'string') {
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getFingerprintFuzzyMatchesByGame'] to see the possible values for this operation
429
453
*
430
-
* @throws \Aternos\CurseForgeApi\ApiException on non-2xx response
454
+
* @throws \Aternos\CurseForgeApi\ApiException on non-2xx response or if the response body is not in the expected format
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getFingerprintFuzzyMatchesByGame'] to see the possible values for this operation
448
472
*
449
-
* @throws \Aternos\CurseForgeApi\ApiException on non-2xx response
473
+
* @throws \Aternos\CurseForgeApi\ApiException on non-2xx response or if the response body is not in the expected format
450
474
* @throws \InvalidArgumentException
451
475
* @return array of \Aternos\CurseForgeApi\Model\GetFingerprintFuzzyMatchesResponse, HTTP status code, HTTP response headers (array of strings)
452
476
*/
@@ -496,7 +520,19 @@ public function getFingerprintFuzzyMatchesByGameWithHttpInfo($game_id, $get_fuzz
496
520
} else {
497
521
$content = (string) $response->getBody();
498
522
if ('\Aternos\CurseForgeApi\Model\GetFingerprintFuzzyMatchesResponse' !== 'string') {
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getFingerprintMatches'] to see the possible values for this operation
735
783
*
736
-
* @throws \Aternos\CurseForgeApi\ApiException on non-2xx response
784
+
* @throws \Aternos\CurseForgeApi\ApiException on non-2xx response or if the response body is not in the expected format
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getFingerprintMatches'] to see the possible values for this operation
753
801
*
754
-
* @throws \Aternos\CurseForgeApi\ApiException on non-2xx response
802
+
* @throws \Aternos\CurseForgeApi\ApiException on non-2xx response or if the response body is not in the expected format
755
803
* @throws \InvalidArgumentException
756
804
* @return array of \Aternos\CurseForgeApi\Model\GetFingerprintMatchesResponse, HTTP status code, HTTP response headers (array of strings)
757
805
*/
@@ -801,7 +849,19 @@ public function getFingerprintMatchesWithHttpInfo($get_fingerprint_matches_reque
801
849
} else {
802
850
$content = (string) $response->getBody();
803
851
if ('\Aternos\CurseForgeApi\Model\GetFingerprintMatchesResponse' !== 'string') {
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getFingerprintMatchesByGame'] to see the possible values for this operation
1023
1095
*
1024
-
* @throws \Aternos\CurseForgeApi\ApiException on non-2xx response
1096
+
* @throws \Aternos\CurseForgeApi\ApiException on non-2xx response or if the response body is not in the expected format
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getFingerprintMatchesByGame'] to see the possible values for this operation
1042
1114
*
1043
-
* @throws \Aternos\CurseForgeApi\ApiException on non-2xx response
1115
+
* @throws \Aternos\CurseForgeApi\ApiException on non-2xx response or if the response body is not in the expected format
1044
1116
* @throws \InvalidArgumentException
1045
1117
* @return array of \Aternos\CurseForgeApi\Model\GetFingerprintMatchesResponse, HTTP status code, HTTP response headers (array of strings)
1046
1118
*/
@@ -1090,7 +1162,19 @@ public function getFingerprintMatchesByGameWithHttpInfo($game_id, $get_fingerpri
1090
1162
} else {
1091
1163
$content = (string) $response->getBody();
1092
1164
if ('\Aternos\CurseForgeApi\Model\GetFingerprintMatchesResponse' !== 'string') {
0 commit comments