forked from loafle/openapi-generator-original
* Add support for the google-api-client * When there's no return type, just return (no parsing the response) * Update the deserialization to use a Jackson typeref. * Delete the auth mustache files as we don't need them * Stop generating unneeded auth files; get SBT/gradle working with the generated module * Add builder-style methods to the google-api-client ApiClient for getting API instances * Update the README to reflect the new client library option * Generated overloaded methods to send query params as a Map<String, Object> * Add files for Sample codes * Add type in angle brackets to support Java 6 * Required query params must be added to the Map of params. Update sample code. * Use explicit types instead of diamonds to support Java6 in one more place. * Clean up javadoc warnings in generated code / remove pointless return statements * Clean up extra newlines in generated code
591 B
591 B
Pet
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [optional] | |
| category | Category | [optional] | |
| name | String | ||
| photoUrls | List<String> | ||
| tags | List<Tag> | [optional] | |
| status | StatusEnum | pet status in the store | [optional] |
Enum: StatusEnum
| Name | Value |
|---|---|
| AVAILABLE | "available" |
| PENDING | "pending" |
| SOLD | "sold" |