mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-08 12:56:12 +00:00
hide generation timestamp for perl (#4614)
This commit is contained in:
20
samples/client/petstore/perl/docs/Capitalization.md
Normal file
20
samples/client/petstore/perl/docs/Capitalization.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# WWW::SwaggerClient::Object::Capitalization
|
||||
|
||||
## Load the model package
|
||||
```perl
|
||||
use WWW::SwaggerClient::Object::Capitalization;
|
||||
```
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**small_camel** | **string** | | [optional]
|
||||
**capital_camel** | **string** | | [optional]
|
||||
**small_snake** | **string** | | [optional]
|
||||
**capital_snake** | **string** | | [optional]
|
||||
**sca_eth_flow_points** | **string** | | [optional]
|
||||
**att_name** | **string** | Name of the pet | [optional]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
15
samples/client/petstore/perl/docs/ClassModel.md
Normal file
15
samples/client/petstore/perl/docs/ClassModel.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# WWW::SwaggerClient::Object::ClassModel
|
||||
|
||||
## Load the model package
|
||||
```perl
|
||||
use WWW::SwaggerClient::Object::ClassModel;
|
||||
```
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**_class** | **string** | | [optional]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
|
||||
**enum_string** | **string** | | [optional]
|
||||
**enum_integer** | **int** | | [optional]
|
||||
**enum_number** | **double** | | [optional]
|
||||
**outer_enum** | [**OuterEnum**](OuterEnum.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
@@ -19,6 +19,8 @@ Method | HTTP request | Description
|
||||
|
||||
To test \"client\" model
|
||||
|
||||
To test \"client\" model
|
||||
|
||||
### Example
|
||||
```perl
|
||||
use Data::Dumper;
|
||||
@@ -138,6 +140,8 @@ void (empty response body)
|
||||
|
||||
To test enum parameters
|
||||
|
||||
To test enum parameters
|
||||
|
||||
### Example
|
||||
```perl
|
||||
use Data::Dumper;
|
||||
@@ -151,7 +155,7 @@ my $enum_header_string_array = []; # ARRAY[string] | Header parameter enum test
|
||||
my $enum_header_string = 'enum_header_string_example'; # string | Header parameter enum test (string)
|
||||
my $enum_query_string_array = []; # ARRAY[string] | Query parameter enum test (string array)
|
||||
my $enum_query_string = 'enum_query_string_example'; # string | Query parameter enum test (string)
|
||||
my $enum_query_integer = 3.4; # Number | Query parameter enum test (double)
|
||||
my $enum_query_integer = 56; # int | Query parameter enum test (double)
|
||||
my $enum_query_double = 1.2; # double | Query parameter enum test (double)
|
||||
|
||||
eval {
|
||||
@@ -172,7 +176,7 @@ Name | Type | Description | Notes
|
||||
**enum_header_string** | **string**| Header parameter enum test (string) | [optional] [default to -efg]
|
||||
**enum_query_string_array** | [**ARRAY[string]**](string.md)| Query parameter enum test (string array) | [optional]
|
||||
**enum_query_string** | **string**| Query parameter enum test (string) | [optional] [default to -efg]
|
||||
**enum_query_integer** | **Number**| Query parameter enum test (double) | [optional]
|
||||
**enum_query_integer** | **int**| Query parameter enum test (double) | [optional]
|
||||
**enum_query_double** | **double**| Query parameter enum test (double) | [optional]
|
||||
|
||||
### Return type
|
||||
|
||||
14
samples/client/petstore/perl/docs/OuterEnum.md
Normal file
14
samples/client/petstore/perl/docs/OuterEnum.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# WWW::SwaggerClient::Object::OuterEnum
|
||||
|
||||
## Load the model package
|
||||
```perl
|
||||
use WWW::SwaggerClient::Object::OuterEnum;
|
||||
```
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user