dog-ceo-api icon indicating copy to clipboard operation
dog-ceo-api copied to clipboard

Endpoint with array of dogs

Open moniuch opened this issue 2 years ago • 0 comments

Could we have an endpoint responding with an array of dog objects with their image src url on them, such as:

{
  "message": [
    { "breed": "affenpinscher", "src": "https://..." },
    { "breed": "pug", "src": "https://..." },
    { "breed": "french bulldog", "src": "https://..." },
    { "breed": "pug", "src": "https://..." }
  ],
  "status": "success"
}

For mocking purposes, 5 or 10 items at a time would be enough for mocking purposes (as I understand, hosting data consumption could be of concern here).

moniuch avatar Apr 18 '22 12:04 moniuch