@drxsuperapp/sdk 1.1.19 → 1.1.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/deploy.log +42 -35
  2. package/package.json +1 -1
  3. package/workflow.sh +1 -1
  4. package/docs/ApiExamplesGet200ResponseInner.md +0 -28
  5. package/docs/ApiExamplesIdPutRequest.md +0 -22
  6. package/docs/ApiExamplesPostRequest.md +0 -22
  7. package/docs/ApiHealthCheckGet200Response.md +0 -26
  8. package/docs/ApiNewsGet200Response.md +0 -26
  9. package/docs/ApiNewsGet200ResponseResponseObject.md +0 -28
  10. package/docs/ApiNewsGet200ResponseResponseObjectItemsInner.md +0 -30
  11. package/docs/ApiNewsIdGet200Response.md +0 -26
  12. package/docs/ApiNewsIdGet200ResponseResponseObject.md +0 -44
  13. package/docs/ApiNewsIdGet200ResponseResponseObjectLeaguesInner.md +0 -20
  14. package/docs/ApiNewsIdGet200ResponseResponseObjectLeaguesInnerLeague.md +0 -24
  15. package/docs/ApiPadelMatchesGet200Response.md +0 -48
  16. package/docs/ApiPadelMatchesGet200ResponseInner.md +0 -48
  17. package/docs/ApiPadelMatchesGet200ResponseInnerPlayers.md +0 -22
  18. package/docs/ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner.md +0 -26
  19. package/docs/ApiPadelMatchesGet200ResponseInnerScoreInner.md +0 -22
  20. package/docs/ApiPadelMatchesGet200ResponseInnerSets.md +0 -26
  21. package/docs/ApiPadelMatchesGet200ResponseInnerSetsSetsInner.md +0 -22
  22. package/docs/ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner.md +0 -24
  23. package/docs/ApiPadelMatchesGet200ResponseInnerStats.md +0 -32
  24. package/docs/ApiPadelMatchesGet200ResponseInnerStatsConnections.md +0 -20
  25. package/docs/ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md +0 -22
  26. package/docs/ApiPadelMatchesGet200ResponsePlayers.md +0 -22
  27. package/docs/ApiPadelMatchesGet200ResponsePlayersTeam1Inner.md +0 -26
  28. package/docs/ApiPadelMatchesGet200ResponseScoreInner.md +0 -22
  29. package/docs/ApiPadelMatchesGet200ResponseSets.md +0 -26
  30. package/docs/ApiPadelMatchesGet200ResponseSetsSetsInner.md +0 -22
  31. package/docs/ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner.md +0 -24
  32. package/docs/ApiPadelMatchesGet200ResponseStats.md +0 -32
  33. package/docs/ApiPadelMatchesGet200ResponseStatsConnections.md +0 -20
  34. package/docs/ApiPadelMatchesGet200ResponseStatsMatchValue.md +0 -22
  35. package/docs/ExampleApi.md +0 -270
  36. package/docs/HealthCheckApi.md +0 -51
  37. package/docs/NewsApi.md +0 -119
  38. package/docs/PadelApi.md +0 -51
@@ -1,24 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **points** | **Array<string>** | | [default to undefined]
9
- **game_score** | **string** | | [default to undefined]
10
- **game_number** | **number** | | [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner } from './api';
16
-
17
- const instance: ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner = {
18
- points,
19
- game_score,
20
- game_number,
21
- };
22
- ```
23
-
24
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,32 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseInnerStats
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **number** | | [default to undefined]
9
- **self** | **string** | | [default to undefined]
10
- **match** | [**{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }**](ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md) | | [default to undefined]
11
- **set_1** | [**{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }**](ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md) | | [default to undefined]
12
- **set_2** | [**{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }**](ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md) | | [default to undefined]
13
- **set_3** | [**{ [key: string]: ApiPadelMatchesGet200ResponseInnerStatsMatchValue; }**](ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md) | | [optional] [default to undefined]
14
- **connections** | [**ApiPadelMatchesGet200ResponseInnerStatsConnections**](ApiPadelMatchesGet200ResponseInnerStatsConnections.md) | | [default to undefined]
15
-
16
- ## Example
17
-
18
- ```typescript
19
- import { ApiPadelMatchesGet200ResponseInnerStats } from './api';
20
-
21
- const instance: ApiPadelMatchesGet200ResponseInnerStats = {
22
- id,
23
- self,
24
- match,
25
- set_1,
26
- set_2,
27
- set_3,
28
- connections,
29
- };
30
- ```
31
-
32
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,20 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseInnerStatsConnections
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **match** | **string** | | [default to undefined]
9
-
10
- ## Example
11
-
12
- ```typescript
13
- import { ApiPadelMatchesGet200ResponseInnerStatsConnections } from './api';
14
-
15
- const instance: ApiPadelMatchesGet200ResponseInnerStatsConnections = {
16
- match,
17
- };
18
- ```
19
-
20
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,22 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseInnerStatsMatchValue
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **team_1** | **string** | | [default to undefined]
9
- **team_2** | **string** | | [default to undefined]
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import { ApiPadelMatchesGet200ResponseInnerStatsMatchValue } from './api';
15
-
16
- const instance: ApiPadelMatchesGet200ResponseInnerStatsMatchValue = {
17
- team_1,
18
- team_2,
19
- };
20
- ```
21
-
22
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,22 +0,0 @@
1
- # ApiPadelMatchesGet200ResponsePlayers
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **team_1** | [**Array<ApiPadelMatchesGet200ResponsePlayersTeam1Inner>**](ApiPadelMatchesGet200ResponsePlayersTeam1Inner.md) | | [default to undefined]
9
- **team_2** | [**Array<ApiPadelMatchesGet200ResponsePlayersTeam1Inner>**](ApiPadelMatchesGet200ResponsePlayersTeam1Inner.md) | | [default to undefined]
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import { ApiPadelMatchesGet200ResponsePlayers } from './api';
15
-
16
- const instance: ApiPadelMatchesGet200ResponsePlayers = {
17
- team_1,
18
- team_2,
19
- };
20
- ```
21
-
22
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,26 +0,0 @@
1
- # ApiPadelMatchesGet200ResponsePlayersTeam1Inner
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **number** | | [default to undefined]
9
- **name** | **string** | | [default to undefined]
10
- **self** | **string** | | [default to undefined]
11
- **side** | **string** | | [default to undefined]
12
-
13
- ## Example
14
-
15
- ```typescript
16
- import { ApiPadelMatchesGet200ResponsePlayersTeam1Inner } from './api';
17
-
18
- const instance: ApiPadelMatchesGet200ResponsePlayersTeam1Inner = {
19
- id,
20
- name,
21
- self,
22
- side,
23
- };
24
- ```
25
-
26
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,22 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseScoreInner
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **team_1** | **number** | | [default to undefined]
9
- **team_2** | **number** | | [default to undefined]
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import { ApiPadelMatchesGet200ResponseScoreInner } from './api';
15
-
16
- const instance: ApiPadelMatchesGet200ResponseScoreInner = {
17
- team_1,
18
- team_2,
19
- };
20
- ```
21
-
22
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,26 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseSets
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **number** | | [default to undefined]
9
- **self** | **string** | | [default to undefined]
10
- **sets** | [**Array<ApiPadelMatchesGet200ResponseSetsSetsInner>**](ApiPadelMatchesGet200ResponseSetsSetsInner.md) | | [default to undefined]
11
- **connections** | [**ApiPadelMatchesGet200ResponseStatsConnections**](ApiPadelMatchesGet200ResponseStatsConnections.md) | | [default to undefined]
12
-
13
- ## Example
14
-
15
- ```typescript
16
- import { ApiPadelMatchesGet200ResponseSets } from './api';
17
-
18
- const instance: ApiPadelMatchesGet200ResponseSets = {
19
- id,
20
- self,
21
- sets,
22
- connections,
23
- };
24
- ```
25
-
26
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,22 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseSetsSetsInner
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **games** | [**Array<ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner>**](ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner.md) | | [default to undefined]
9
- **set_number** | **number** | | [default to undefined]
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import { ApiPadelMatchesGet200ResponseSetsSetsInner } from './api';
15
-
16
- const instance: ApiPadelMatchesGet200ResponseSetsSetsInner = {
17
- games,
18
- set_number,
19
- };
20
- ```
21
-
22
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,24 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **points** | **Array<string>** | | [default to undefined]
9
- **game_score** | **string** | | [default to undefined]
10
- **game_number** | **number** | | [default to undefined]
11
-
12
- ## Example
13
-
14
- ```typescript
15
- import { ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner } from './api';
16
-
17
- const instance: ApiPadelMatchesGet200ResponseSetsSetsInnerGamesInner = {
18
- points,
19
- game_score,
20
- game_number,
21
- };
22
- ```
23
-
24
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,32 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseStats
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **number** | | [default to undefined]
9
- **self** | **string** | | [default to undefined]
10
- **match** | [**{ [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue; }**](ApiPadelMatchesGet200ResponseStatsMatchValue.md) | | [default to undefined]
11
- **set_1** | [**{ [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue; }**](ApiPadelMatchesGet200ResponseStatsMatchValue.md) | | [default to undefined]
12
- **set_2** | [**{ [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue; }**](ApiPadelMatchesGet200ResponseStatsMatchValue.md) | | [default to undefined]
13
- **set_3** | [**{ [key: string]: ApiPadelMatchesGet200ResponseStatsMatchValue; }**](ApiPadelMatchesGet200ResponseStatsMatchValue.md) | | [optional] [default to undefined]
14
- **connections** | [**ApiPadelMatchesGet200ResponseStatsConnections**](ApiPadelMatchesGet200ResponseStatsConnections.md) | | [default to undefined]
15
-
16
- ## Example
17
-
18
- ```typescript
19
- import { ApiPadelMatchesGet200ResponseStats } from './api';
20
-
21
- const instance: ApiPadelMatchesGet200ResponseStats = {
22
- id,
23
- self,
24
- match,
25
- set_1,
26
- set_2,
27
- set_3,
28
- connections,
29
- };
30
- ```
31
-
32
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,20 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseStatsConnections
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **match** | **string** | | [default to undefined]
9
-
10
- ## Example
11
-
12
- ```typescript
13
- import { ApiPadelMatchesGet200ResponseStatsConnections } from './api';
14
-
15
- const instance: ApiPadelMatchesGet200ResponseStatsConnections = {
16
- match,
17
- };
18
- ```
19
-
20
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,22 +0,0 @@
1
- # ApiPadelMatchesGet200ResponseStatsMatchValue
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **team_1** | **string** | | [default to undefined]
9
- **team_2** | **string** | | [default to undefined]
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import { ApiPadelMatchesGet200ResponseStatsMatchValue } from './api';
15
-
16
- const instance: ApiPadelMatchesGet200ResponseStatsMatchValue = {
17
- team_1,
18
- team_2,
19
- };
20
- ```
21
-
22
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,270 +0,0 @@
1
- # ExampleApi
2
-
3
- All URIs are relative to *http://localhost*
4
-
5
- |Method | HTTP request | Description|
6
- |------------- | ------------- | -------------|
7
- |[**apiExamplesGet**](#apiexamplesget) | **GET** /api/examples | |
8
- |[**apiExamplesIdDelete**](#apiexamplesiddelete) | **DELETE** /api/examples/{id} | |
9
- |[**apiExamplesIdGet**](#apiexamplesidget) | **GET** /api/examples/{id} | |
10
- |[**apiExamplesIdPut**](#apiexamplesidput) | **PUT** /api/examples/{id} | |
11
- |[**apiExamplesPost**](#apiexamplespost) | **POST** /api/examples | |
12
-
13
- # **apiExamplesGet**
14
- > Array<ApiExamplesGet200ResponseInner> apiExamplesGet()
15
-
16
-
17
- ### Example
18
-
19
- ```typescript
20
- import {
21
- ExampleApi,
22
- Configuration
23
- } from './api';
24
-
25
- const configuration = new Configuration();
26
- const apiInstance = new ExampleApi(configuration);
27
-
28
- let page: number; // (optional) (default to 1)
29
- let limit: number; // (optional) (default to 10)
30
-
31
- const { status, data } = await apiInstance.apiExamplesGet(
32
- page,
33
- limit
34
- );
35
- ```
36
-
37
- ### Parameters
38
-
39
- |Name | Type | Description | Notes|
40
- |------------- | ------------- | ------------- | -------------|
41
- | **page** | [**number**] | | (optional) defaults to 1|
42
- | **limit** | [**number**] | | (optional) defaults to 10|
43
-
44
-
45
- ### Return type
46
-
47
- **Array<ApiExamplesGet200ResponseInner>**
48
-
49
- ### Authorization
50
-
51
- No authorization required
52
-
53
- ### HTTP request headers
54
-
55
- - **Content-Type**: Not defined
56
- - **Accept**: application/json
57
-
58
-
59
- ### HTTP response details
60
- | Status code | Description | Response headers |
61
- |-------------|-------------|------------------|
62
- |**200** | List of examples | - |
63
-
64
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
65
-
66
- # **apiExamplesIdDelete**
67
- > apiExamplesIdDelete()
68
-
69
-
70
- ### Example
71
-
72
- ```typescript
73
- import {
74
- ExampleApi,
75
- Configuration
76
- } from './api';
77
-
78
- const configuration = new Configuration();
79
- const apiInstance = new ExampleApi(configuration);
80
-
81
- let id: string; // (default to undefined)
82
-
83
- const { status, data } = await apiInstance.apiExamplesIdDelete(
84
- id
85
- );
86
- ```
87
-
88
- ### Parameters
89
-
90
- |Name | Type | Description | Notes|
91
- |------------- | ------------- | ------------- | -------------|
92
- | **id** | [**string**] | | defaults to undefined|
93
-
94
-
95
- ### Return type
96
-
97
- void (empty response body)
98
-
99
- ### Authorization
100
-
101
- No authorization required
102
-
103
- ### HTTP request headers
104
-
105
- - **Content-Type**: Not defined
106
- - **Accept**: Not defined
107
-
108
-
109
- ### HTTP response details
110
- | Status code | Description | Response headers |
111
- |-------------|-------------|------------------|
112
- |**204** | Example deleted | - |
113
-
114
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
115
-
116
- # **apiExamplesIdGet**
117
- > ApiExamplesGet200ResponseInner apiExamplesIdGet()
118
-
119
-
120
- ### Example
121
-
122
- ```typescript
123
- import {
124
- ExampleApi,
125
- Configuration
126
- } from './api';
127
-
128
- const configuration = new Configuration();
129
- const apiInstance = new ExampleApi(configuration);
130
-
131
- let id: string; // (default to undefined)
132
-
133
- const { status, data } = await apiInstance.apiExamplesIdGet(
134
- id
135
- );
136
- ```
137
-
138
- ### Parameters
139
-
140
- |Name | Type | Description | Notes|
141
- |------------- | ------------- | ------------- | -------------|
142
- | **id** | [**string**] | | defaults to undefined|
143
-
144
-
145
- ### Return type
146
-
147
- **ApiExamplesGet200ResponseInner**
148
-
149
- ### Authorization
150
-
151
- No authorization required
152
-
153
- ### HTTP request headers
154
-
155
- - **Content-Type**: Not defined
156
- - **Accept**: application/json
157
-
158
-
159
- ### HTTP response details
160
- | Status code | Description | Response headers |
161
- |-------------|-------------|------------------|
162
- |**200** | Example detail | - |
163
-
164
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
165
-
166
- # **apiExamplesIdPut**
167
- > ApiExamplesGet200ResponseInner apiExamplesIdPut()
168
-
169
-
170
- ### Example
171
-
172
- ```typescript
173
- import {
174
- ExampleApi,
175
- Configuration,
176
- ApiExamplesIdPutRequest
177
- } from './api';
178
-
179
- const configuration = new Configuration();
180
- const apiInstance = new ExampleApi(configuration);
181
-
182
- let id: string; // (default to undefined)
183
- let apiExamplesIdPutRequest: ApiExamplesIdPutRequest; // (optional)
184
-
185
- const { status, data } = await apiInstance.apiExamplesIdPut(
186
- id,
187
- apiExamplesIdPutRequest
188
- );
189
- ```
190
-
191
- ### Parameters
192
-
193
- |Name | Type | Description | Notes|
194
- |------------- | ------------- | ------------- | -------------|
195
- | **apiExamplesIdPutRequest** | **ApiExamplesIdPutRequest**| | |
196
- | **id** | [**string**] | | defaults to undefined|
197
-
198
-
199
- ### Return type
200
-
201
- **ApiExamplesGet200ResponseInner**
202
-
203
- ### Authorization
204
-
205
- No authorization required
206
-
207
- ### HTTP request headers
208
-
209
- - **Content-Type**: application/json
210
- - **Accept**: application/json
211
-
212
-
213
- ### HTTP response details
214
- | Status code | Description | Response headers |
215
- |-------------|-------------|------------------|
216
- |**200** | Example updated | - |
217
-
218
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
219
-
220
- # **apiExamplesPost**
221
- > ApiExamplesGet200ResponseInner apiExamplesPost()
222
-
223
-
224
- ### Example
225
-
226
- ```typescript
227
- import {
228
- ExampleApi,
229
- Configuration,
230
- ApiExamplesPostRequest
231
- } from './api';
232
-
233
- const configuration = new Configuration();
234
- const apiInstance = new ExampleApi(configuration);
235
-
236
- let apiExamplesPostRequest: ApiExamplesPostRequest; // (optional)
237
-
238
- const { status, data } = await apiInstance.apiExamplesPost(
239
- apiExamplesPostRequest
240
- );
241
- ```
242
-
243
- ### Parameters
244
-
245
- |Name | Type | Description | Notes|
246
- |------------- | ------------- | ------------- | -------------|
247
- | **apiExamplesPostRequest** | **ApiExamplesPostRequest**| | |
248
-
249
-
250
- ### Return type
251
-
252
- **ApiExamplesGet200ResponseInner**
253
-
254
- ### Authorization
255
-
256
- No authorization required
257
-
258
- ### HTTP request headers
259
-
260
- - **Content-Type**: application/json
261
- - **Accept**: application/json
262
-
263
-
264
- ### HTTP response details
265
- | Status code | Description | Response headers |
266
- |-------------|-------------|------------------|
267
- |**201** | Example created | - |
268
-
269
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
270
-
@@ -1,51 +0,0 @@
1
- # HealthCheckApi
2
-
3
- All URIs are relative to *http://localhost*
4
-
5
- |Method | HTTP request | Description|
6
- |------------- | ------------- | -------------|
7
- |[**apiHealthCheckGet**](#apihealthcheckget) | **GET** /api/healthCheck | |
8
-
9
- # **apiHealthCheckGet**
10
- > ApiHealthCheckGet200Response apiHealthCheckGet()
11
-
12
-
13
- ### Example
14
-
15
- ```typescript
16
- import {
17
- HealthCheckApi,
18
- Configuration
19
- } from './api';
20
-
21
- const configuration = new Configuration();
22
- const apiInstance = new HealthCheckApi(configuration);
23
-
24
- const { status, data } = await apiInstance.apiHealthCheckGet();
25
- ```
26
-
27
- ### Parameters
28
- This endpoint does not have any parameters.
29
-
30
-
31
- ### Return type
32
-
33
- **ApiHealthCheckGet200Response**
34
-
35
- ### Authorization
36
-
37
- No authorization required
38
-
39
- ### HTTP request headers
40
-
41
- - **Content-Type**: Not defined
42
- - **Accept**: application/json
43
-
44
-
45
- ### HTTP response details
46
- | Status code | Description | Response headers |
47
- |-------------|-------------|------------------|
48
- |**200** | success | - |
49
-
50
- [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
51
-