[Page] - Fruit Details #4

Closed
opened 2020-12-02 11:56:00 +00:00 by wazolab · 0 comments
wazolab commented 2020-12-02 11:56:00 +00:00 (Migrated from github.com)

Allow the user to navigate to the fruit detail view.

Page URI : /fruit/:id
API Endpoint : GET /fruit/:id

Response :
{ "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 }

Allow the user to navigate to the fruit detail view. **Page URI :** `/fruit/:id` **API Endpoint :** `GET /fruit/:id` **Response :** `{ "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 }`
Sign in to join this conversation.