Created
September 17, 2018 23:57
-
-
Save hi-hi-ray/5790b3480f2f5ab9bd3324ef60d14866 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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