forked from loafle/openapi-generator-original
* feat(r): fixing serialization and deserialization issues * feat(r): pet store file generated with serialization fixes * fix(r): updated the query params with keyname in get request * fix(r):fix issue with package name and other minor * fix(r): fixing unit tests * feat(r): adding api calls WithHttpInfo method * fix(r): reverting unit test changes * feat(r): saving changes for reference * Revert "feat(r): saving changes for reference" This reverts commit 0d091b5c20f8f7f83e8b3318c1f7ddf5c0a4cced. * feat(r): minor refactor of method position * fix(r): fixing bug in withhttpinfo method args passing * fix(r): generated petstore with fix
420 B
420 B
petstore::Pet
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | integer | [optional] | |
category | Category | [optional] | |
name | character | ||
photoUrls | array[character] | ||
tags | array[Tag] | [optional] | |
status | character | pet status in the store | [optional] |