Skip to content

Instantly share code, notes, and snippets.

@hi-hi-ray
Created September 17, 2018 23:57
Show Gist options
  • Save hi-hi-ray/5790b3480f2f5ab9bd3324ef60d14866 to your computer and use it in GitHub Desktop.
Save hi-hi-ray/5790b3480f2f5ab9bd3324ef60d14866 to your computer and use it in GitHub Desktop.
## Wiki [Endpoint]
### List All Products [GET]
+ Parameters
+ exemplo (optional, string) ... Keyword query to search for products.
+ Response 200
### Create a Products [POST]
Allows the creation of a new product
+ Request (application/json)
{
'exemplo': 'x'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment