-
Notifications
You must be signed in to change notification settings - Fork 0
Get all Product ID's
Daniel Cronqvist edited this page Dec 11, 2020
·
1 revision
Endpoint: https://co2.dcronqvist.se/products/id/all
Example cURL GET:
$ curl 127.0.0.1:5000/products/id/all
{
"response": [
"accumulator",
"accumulator-big",
...
],
"status_code": 200,
"status": "200 OK"
}
- Create Product
- Search Product by ID
- Search Product by Tags
- Get all tags used on Products
- Get all Product ID's
- Regex Search Product ID's
- Regex Search Product names