include_vote & include_favorite does not return the desired result
Opened this issue · 0 comments
SubhashWalunj commented
The doc here here is saying that when include_vote & include_favorite is set to 1 in query params, it will return the votes count & is that cat set as favorite or not.
But it does not return the expected result.
I am using the following request:
GET https://api.thecatapi.com/v1/images?limit=100&page=0&include_vote=1&include_favorite=1