mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-25 19:10:55 +00:00
1.7 KiB
1.7 KiB
WWW::SwaggerClient::FakeApi
Load the API package
use WWW::SwaggerClient::Object::FakeApi;
All URIs are relative to *https://petstore.swagger.io */ ' " =end/v2 / ' " =end
Method | HTTP request | Description |
---|---|---|
test_code_inject____end | PUT /fake | To test code injection */ ' " |
test_code_inject____end
test_code_inject____end(test code inject */ ' " =end => $test code inject */ ' " =end)
To test code injection */ ' "
Example
use Data::Dumper;
my $api_instance = WWW::SwaggerClient::FakeApi->new();
my $test code inject */ ' " =end = 'test code inject */ ' " =end_example'; # string | To test code injection */ ' \"
eval {
$api_instance->test_code_inject____end(test code inject */ ' " =end => $test code inject */ ' " =end);
};
if ($@) {
warn "Exception when calling FakeApi->test_code_inject____end: $@\n";
}
Parameters
Name | Type | Description | Notes |
---|---|---|---|
*test code inject / ' " =end | string | To test code injection */ ' " | [optional] |
Return type
void (empty response body)
Authorization
No authorization required
HTTP request headers
- Content-Type: application/json, */ " =end
- Accept: application/json, */ " =end
[Back to top] [Back to API list] [Back to Model list] [Back to README]