[Page] - Fruit List #3

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

Create a page displaying a list of fruits. It needs to be fetched using the fruit-api.

Page URI : /fruits
API Endpoint : GET /fruit

  • parse the response, as the fruits are placed in seemingly random order.

Tip : You can use the "data.fruitCount" property as a helper to determine how many fruits you should look for.

Create a page displaying a list of fruits. It needs to be fetched using the fruit-api. **Page URI :** `/fruits` **API Endpoint :** `GET /fruit` - [x] parse the response, as the fruits are placed in seemingly random order. **Tip :** You can use the "data.fruitCount" property as a helper to determine how many fruits you should look for.
Sign in to join this conversation.