# Functions
New creates a new pet API client.
NewPetCreateCreated creates a PetCreateCreated with default headers values.
NewPetCreateMethodNotAllowed creates a PetCreateMethodNotAllowed with default headers values.
NewPetCreateParams creates a new PetCreateParams object, with the default timeout for this client.
NewPetCreateParamsWithContext creates a new PetCreateParams object with the ability to set a context for a request.
NewPetCreateParamsWithHTTPClient creates a new PetCreateParams object with the ability to set a custom HTTPClient for a request.
NewPetCreateParamsWithTimeout creates a new PetCreateParams object with the ability to set a timeout on a request.
NewPetDeleteBadRequest creates a PetDeleteBadRequest with default headers values.
NewPetDeleteNoContent creates a PetDeleteNoContent with default headers values.
NewPetDeleteNotFound creates a PetDeleteNotFound with default headers values.
NewPetDeleteParams creates a new PetDeleteParams object, with the default timeout for this client.
NewPetDeleteParamsWithContext creates a new PetDeleteParams object with the ability to set a context for a request.
NewPetDeleteParamsWithHTTPClient creates a new PetDeleteParams object with the ability to set a custom HTTPClient for a request.
NewPetDeleteParamsWithTimeout creates a new PetDeleteParams object with the ability to set a timeout on a request.
NewPetGetBadRequest creates a PetGetBadRequest with default headers values.
NewPetGetNotFound creates a PetGetNotFound with default headers values.
NewPetGetOK creates a PetGetOK with default headers values.
NewPetGetParams creates a new PetGetParams object, with the default timeout for this client.
NewPetGetParamsWithContext creates a new PetGetParams object with the ability to set a context for a request.
NewPetGetParamsWithHTTPClient creates a new PetGetParams object with the ability to set a custom HTTPClient for a request.
NewPetGetParamsWithTimeout creates a new PetGetParams object with the ability to set a timeout on a request.
NewPetListBadRequest creates a PetListBadRequest with default headers values.
NewPetListOK creates a PetListOK with default headers values.
NewPetListParams creates a new PetListParams object, with the default timeout for this client.
NewPetListParamsWithContext creates a new PetListParams object with the ability to set a context for a request.
NewPetListParamsWithHTTPClient creates a new PetListParams object with the ability to set a custom HTTPClient for a request.
NewPetListParamsWithTimeout creates a new PetListParams object with the ability to set a timeout on a request.
NewPetUpdateBadRequest creates a PetUpdateBadRequest with default headers values.
NewPetUpdateCreated creates a PetUpdateCreated with default headers values.
NewPetUpdateMethodNotAllowed creates a PetUpdateMethodNotAllowed with default headers values.
NewPetUpdateNotFound creates a PetUpdateNotFound with default headers values.
NewPetUpdateParams creates a new PetUpdateParams object, with the default timeout for this client.
NewPetUpdateParamsWithContext creates a new PetUpdateParams object with the ability to set a context for a request.
NewPetUpdateParamsWithHTTPClient creates a new PetUpdateParams object with the ability to set a custom HTTPClient for a request.
NewPetUpdateParamsWithTimeout creates a new PetUpdateParams object with the ability to set a timeout on a request.
NewPetUploadImageOK creates a PetUploadImageOK with default headers values.
NewPetUploadImageParams creates a new PetUploadImageParams object, with the default timeout for this client.
NewPetUploadImageParamsWithContext creates a new PetUploadImageParams object with the ability to set a context for a request.
NewPetUploadImageParamsWithHTTPClient creates a new PetUploadImageParams object with the ability to set a custom HTTPClient for a request.
NewPetUploadImageParamsWithTimeout creates a new PetUploadImageParams object with the ability to set a timeout on a request.
# Structs
Client for pet API
*/.
PetCreateCreated describes a response with status code 201, with default header values.
PetCreateMethodNotAllowed describes a response with status code 405, with default header values.
PetCreateParams contains all the parameters to send to the API endpoint
for the pet create operation.
PetCreateReader is a Reader for the PetCreate structure.
PetDeleteBadRequest describes a response with status code 400, with default header values.
PetDeleteNoContent describes a response with status code 204, with default header values.
PetDeleteNotFound describes a response with status code 404, with default header values.
PetDeleteParams contains all the parameters to send to the API endpoint
for the pet delete operation.
PetDeleteReader is a Reader for the PetDelete structure.
PetGetBadRequest describes a response with status code 400, with default header values.
PetGetNotFound describes a response with status code 404, with default header values.
PetGetOK describes a response with status code 200, with default header values.
PetGetParams contains all the parameters to send to the API endpoint
for the pet get operation.
PetGetReader is a Reader for the PetGet structure.
PetListBadRequest describes a response with status code 400, with default header values.
PetListOK describes a response with status code 200, with default header values.
PetListParams contains all the parameters to send to the API endpoint
for the pet list operation.
PetListReader is a Reader for the PetList structure.
PetUpdateBadRequest describes a response with status code 400, with default header values.
PetUpdateCreated describes a response with status code 201, with default header values.
PetUpdateMethodNotAllowed describes a response with status code 405, with default header values.
PetUpdateNotFound describes a response with status code 404, with default header values.
PetUpdateParams contains all the parameters to send to the API endpoint
for the pet update operation.
PetUpdateReader is a Reader for the PetUpdate structure.
PetUploadImageOK describes a response with status code 200, with default header values.
PetUploadImageParams contains all the parameters to send to the API endpoint
for the pet upload image operation.
PetUploadImageReader is a Reader for the PetUploadImage structure.
# Interfaces
API is the interface of the pet client.