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
*AuthApi* | [**testAuthHttpBasic**](docs/AuthApi.md#testauthhttpbasic) | **POST** /auth/http/basic | To test HTTP basic authentication
55
+
*AuthApi* | [**testAuthHttpBearer**](docs/AuthApi.md#testauthhttpbearer) | **POST** /auth/http/bearer | To test HTTP bearer authentication
56
+
*BodyApi* | [**testBinaryGif**](docs/BodyApi.md#testbinarygif) | **POST** /binary/gif | Test binary (gif) response body
57
+
*BodyApi* | [**testBodyApplicationOctetstreamBinary**](docs/BodyApi.md#testbodyapplicationoctetstreambinary) | **POST** /body/application/octetstream/binary | Test body parameter(s)
58
+
*BodyApi* | [**testBodyMultipartFormdataArrayOfBinary**](docs/BodyApi.md#testbodymultipartformdataarrayofbinary) | **POST** /body/application/octetstream/array_of_binary | Test array of binary in multipart mime
59
+
*BodyApi* | [**testBodyMultipartFormdataSingleBinary**](docs/BodyApi.md#testbodymultipartformdatasinglebinary) | **POST** /body/application/octetstream/single_binary | Test single binary in multipart mime
60
+
*BodyApi* | [**testEchoBodyAllOfPet**](docs/BodyApi.md#testechobodyallofpet) | **POST** /echo/body/allOf/Pet | Test body parameter(s)
61
+
*BodyApi* | [**testEchoBodyFreeFormObjectResponseString**](docs/BodyApi.md#testechobodyfreeformobjectresponsestring) | **POST** /echo/body/FreeFormObject/response_string | Test free form object
62
+
*BodyApi* | [**testEchoBodyPet**](docs/BodyApi.md#testechobodypet) | **POST** /echo/body/Pet | Test body parameter(s)
63
+
*BodyApi* | [**testEchoBodyPetResponseString**](docs/BodyApi.md#testechobodypetresponsestring) | **POST** /echo/body/Pet/response_string | Test empty response body
64
+
*BodyApi* | [**testEchoBodyStringEnum**](docs/BodyApi.md#testechobodystringenum) | **POST** /echo/body/string_enum | Test string enum response body
*FormApi* | [**testFormIntegerBooleanString**](docs/FormApi.md#testformintegerbooleanstring) | **POST** /form/integer/boolean/string | Test form parameter(s)
67
+
*FormApi* | [**testFormObjectMultipart**](docs/FormApi.md#testformobjectmultipart) | **POST** /form/object/multipart | Test form parameter(s) for multipart schema
68
+
*FormApi* | [**testFormOneof**](docs/FormApi.md#testformoneof) | **POST** /form/oneof | Test form parameter(s) for oneOf schema
69
+
*HeaderApi* | [**testHeaderIntegerBooleanStringEnums**](docs/HeaderApi.md#testheaderintegerbooleanstringenums) | **GET** /header/integer/boolean/string/enums | Test header parameter(s)
70
+
*PathApi* | [**testsPathStringPathStringIntegerPathIntegerEnumNonrefStringPathEnumRefStringPath**](docs/PathApi.md#testspathstringpathstringintegerpathintegerenumnonrefstringpathenumrefstringpath) | **GET** /path/string/{path_string}/integer/{path_integer}/{enum_nonref_string_path}/{enum_ref_string_path} | Test path parameter(s)
71
+
*QueryApi* | [**testEnumRefString**](docs/QueryApi.md#testenumrefstring) | **GET** /query/enum_ref_string | Test query parameter(s)
72
+
*QueryApi* | [**testQueryDatetimeDateString**](docs/QueryApi.md#testquerydatetimedatestring) | **GET** /query/datetime/date/string | Test query parameter(s)
73
+
*QueryApi* | [**testQueryIntegerBooleanString**](docs/QueryApi.md#testqueryintegerbooleanstring) | **GET** /query/integer/boolean/string | Test query parameter(s)
74
+
*QueryApi* | [**testQueryStyleDeepObjectExplodeTrueObject**](docs/QueryApi.md#testquerystyledeepobjectexplodetrueobject) | **GET** /query/style_deepObject/explode_true/object | Test query parameter(s)
75
+
*QueryApi* | [**testQueryStyleDeepObjectExplodeTrueObjectAllOf**](docs/QueryApi.md#testquerystyledeepobjectexplodetrueobjectallof) | **GET** /query/style_deepObject/explode_true/object/allOf | Test query parameter(s)
76
+
*QueryApi* | [**testQueryStyleFormExplodeFalseArrayInteger**](docs/QueryApi.md#testquerystyleformexplodefalsearrayinteger) | **GET** /query/style_form/explode_false/array_integer | Test query parameter(s)
77
+
*QueryApi* | [**testQueryStyleFormExplodeFalseArrayString**](docs/QueryApi.md#testquerystyleformexplodefalsearraystring) | **GET** /query/style_form/explode_false/array_string | Test query parameter(s)
78
+
*QueryApi* | [**testQueryStyleFormExplodeTrueArrayString**](docs/QueryApi.md#testquerystyleformexplodetruearraystring) | **GET** /query/style_form/explode_true/array_string | Test query parameter(s)
79
+
*QueryApi* | [**testQueryStyleFormExplodeTrueObject**](docs/QueryApi.md#testquerystyleformexplodetrueobject) | **GET** /query/style_form/explode_true/object | Test query parameter(s)
80
+
*QueryApi* | [**testQueryStyleFormExplodeTrueObjectAllOf**](docs/QueryApi.md#testquerystyleformexplodetrueobjectallof) | **GET** /query/style_form/explode_true/object/allOf | Test query parameter(s)
|[**testAuthHttpBasic**](#testauthhttpbasic)|**POST** /auth/http/basic | To test HTTP basic authentication|
8
+
|[**testAuthHttpBearer**](#testauthhttpbearer)|**POST** /auth/http/bearer | To test HTTP bearer authentication|
9
+
10
+
# **testAuthHttpBasic**
11
+
> string testAuthHttpBasic()
12
+
13
+
To test HTTP basic authentication
14
+
15
+
### Example
16
+
17
+
```typescript
18
+
import {
19
+
AuthApi,
20
+
Configuration
21
+
} from'@openapitools/typescript-axios-echo-api';
22
+
23
+
const configuration =newConfiguration();
24
+
const apiInstance =newAuthApi(configuration);
25
+
26
+
const { status, data } =awaitapiInstance.testAuthHttpBasic();
27
+
```
28
+
29
+
### Parameters
30
+
This endpoint does not have any parameters.
31
+
32
+
33
+
### Return type
34
+
35
+
**string**
36
+
37
+
### Authorization
38
+
39
+
[http_auth](../README.md#http_auth)
40
+
41
+
### HTTP request headers
42
+
43
+
-**Content-Type**: Not defined
44
+
-**Accept**: text/plain
45
+
46
+
47
+
### HTTP response details
48
+
| Status code | Description | Response headers |
49
+
|-------------|-------------|------------------|
50
+
|**200**| Successful operation | - |
51
+
52
+
[[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)
53
+
54
+
# **testAuthHttpBearer**
55
+
> string testAuthHttpBearer()
56
+
57
+
To test HTTP bearer authentication
58
+
59
+
### Example
60
+
61
+
```typescript
62
+
import {
63
+
AuthApi,
64
+
Configuration
65
+
} from'@openapitools/typescript-axios-echo-api';
66
+
67
+
const configuration =newConfiguration();
68
+
const apiInstance =newAuthApi(configuration);
69
+
70
+
const { status, data } =awaitapiInstance.testAuthHttpBearer();
71
+
```
72
+
73
+
### Parameters
74
+
This endpoint does not have any parameters.
75
+
76
+
77
+
### Return type
78
+
79
+
**string**
80
+
81
+
### Authorization
82
+
83
+
[http_bearer_auth](../README.md#http_bearer_auth)
84
+
85
+
### HTTP request headers
86
+
87
+
-**Content-Type**: Not defined
88
+
-**Accept**: text/plain
89
+
90
+
91
+
### HTTP response details
92
+
| Status code | Description | Response headers |
93
+
|-------------|-------------|------------------|
94
+
|**200**| Successful operation | - |
95
+
96
+
[[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)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments