# Functions
New creates a new store API client.
NewInventoryGetOK creates a InventoryGetOK with default headers values.
NewInventoryGetParams creates a new InventoryGetParams object with the default values initialized.
NewInventoryGetParamsWithContext creates a new InventoryGetParams object with the default values initialized, and the ability to set a context for a request.
NewInventoryGetParamsWithHTTPClient creates a new InventoryGetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewInventoryGetParamsWithTimeout creates a new InventoryGetParams object with the default values initialized, and the ability to set a timeout on a request.
NewOrderCreateBadRequest creates a OrderCreateBadRequest with default headers values.
NewOrderCreateOK creates a OrderCreateOK with default headers values.
NewOrderCreateParams creates a new OrderCreateParams object with the default values initialized.
NewOrderCreateParamsWithContext creates a new OrderCreateParams object with the default values initialized, and the ability to set a context for a request.
NewOrderCreateParamsWithHTTPClient creates a new OrderCreateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewOrderCreateParamsWithTimeout creates a new OrderCreateParams object with the default values initialized, and the ability to set a timeout on a request.
NewOrderDeleteBadRequest creates a OrderDeleteBadRequest with default headers values.
NewOrderDeleteNoContent creates a OrderDeleteNoContent with default headers values.
NewOrderDeleteNotFound creates a OrderDeleteNotFound with default headers values.
NewOrderDeleteParams creates a new OrderDeleteParams object with the default values initialized.
NewOrderDeleteParamsWithContext creates a new OrderDeleteParams object with the default values initialized, and the ability to set a context for a request.
NewOrderDeleteParamsWithHTTPClient creates a new OrderDeleteParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewOrderDeleteParamsWithTimeout creates a new OrderDeleteParams object with the default values initialized, and the ability to set a timeout on a request.
NewOrderGetBadRequest creates a OrderGetBadRequest with default headers values.
NewOrderGetNotFound creates a OrderGetNotFound with default headers values.
NewOrderGetOK creates a OrderGetOK with default headers values.
NewOrderGetParams creates a new OrderGetParams object with the default values initialized.
NewOrderGetParamsWithContext creates a new OrderGetParams object with the default values initialized, and the ability to set a context for a request.
NewOrderGetParamsWithHTTPClient creates a new OrderGetParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewOrderGetParamsWithTimeout creates a new OrderGetParams object with the default values initialized, and the ability to set a timeout on a request.
# Structs
Client for store API
*/.
InventoryGetOK handles this case with default header values.
InventoryGetParams contains all the parameters to send to the API endpoint
for the inventory get operation typically these are written to a http.Request
*/.
InventoryGetReader is a Reader for the InventoryGet structure.
OrderCreateBadRequest handles this case with default header values.
OrderCreateOK handles this case with default header values.
OrderCreateParams contains all the parameters to send to the API endpoint
for the order create operation typically these are written to a http.Request
*/.
OrderCreateReader is a Reader for the OrderCreate structure.
OrderDeleteBadRequest handles this case with default header values.
OrderDeleteNoContent handles this case with default header values.
OrderDeleteNotFound handles this case with default header values.
OrderDeleteParams contains all the parameters to send to the API endpoint
for the order delete operation typically these are written to a http.Request
*/.
OrderDeleteReader is a Reader for the OrderDelete structure.
OrderGetBadRequest handles this case with default header values.
OrderGetNotFound handles this case with default header values.
OrderGetOK handles this case with default header values.
OrderGetParams contains all the parameters to send to the API endpoint
for the order get operation typically these are written to a http.Request
*/.
OrderGetReader is a Reader for the OrderGet structure.
# Interfaces
API is the interface of the store client.