馃崟PizzasAPI

 






馃殌 https://mypizzasapi.onrender.com/

{
  "message": "Welcome to Pizza API! 馃崟",
  "description": "A simple REST API for pizzas - inspired by ghibliapi.dev",
  "endpoints": {
    "pizzas": "/API/pizzas",
    "pizzaById": "/API/pizzas/:id",
    "pizzasWithPrices": "/API/pizzasWithPrices",
    "ingredientPrices": "/API/ingredientPrices",
    馃獩"pizzaSearchByIngredient": "/API/pizzas/search?ingredient=馃",
"pizzaSinglePrice": "/API/pizzasWithPrices/:id/price", "customPrice": { "method": "POST", "path": "/API/pizzasWithPrices/compute", "body": { "ingredients": [ "馃崊", "馃" ] } } } }

Exemples : 
馃獩Ainsi pour tester l'API avec ingredient=馃
https://mypizzasapi.onrender.com/API/pizzas/search?ingredient=馃
馃獩Ainsi pour tester l'API avec ingredient=馃崊 et ingredient=馃崉
https://mypizzasapi.onrender.com/API/pizzas/search?ingredient=馃崉&ingredient=馃崊

https://github.com/dupontdenis/myPizzasAPI.git