[Page] - Fruit Details #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allow the user to navigate to the fruit detail view.
Page URI :
/fruit/:idAPI Endpoint :
GET /fruit/:idResponse :
{ "isFruit": true, "name": "banana", "image": "/image/path.jpg", "price": "907.00", "color": "#763e44", "description": "Iusto illum vero voluptatem.", "taste": "Handcrafted", "expires": "2021-04-11T08:54:24.588Z", "id": 3 }