Static
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
Private
routeStatic
createData that will be passed in the body of the request.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
defaultSet the default image associated with the product.
Products Make Default Image - BingeWave
Returns a promise from Axios.
The id of the product.
The id of the image.
Data that will be passed in the body of the request.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
deleteDelete an image associated with the product.
Products Delete Image - BingeWave
Returns a promise from Axios.
The id of the product.
The id of the image.
Data that will be passed in the body of the request.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
listList products that are associated with an organizer account.
Products List Products - BingeWave
Returns a promise from Axios.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
updateUpdate a product's information.
Products Update Products - BingeWave
Returns a promise from Axios.
The id of the product.
Data that will be passed in the body of the request.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
uploadAdd images one at a time through this route.
Products Add Image - BingeWave
Returns a promise from Axios.
The id of the product.
Data of file.
Name of file.
Data that will be passed in the body of the request.
Optional
query: null | AnyObjectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Static
viewView the information pertaining to a single product.
Products View Products - BingeWave
Returns a promise from Axios.
The id of the product.
Optional
query: null | objectData that will be passed in the query string as a parameter.
Optional
options: null | objectFurther options that can be used to modify the request.
Generated using TypeDoc
Create a product object.
See
Products List Products - BingeWave
Returns
Returns a promise from Axios.