issues
search
unsplash
/
unsplash-js
🤖 Official JavaScript wrapper for the Unsplash API
https://www.npmjs.com/package/unsplash-js
MIT License
2.15k
stars
157
forks
source link
collections.listCollections parameter "orderBy" not working
#133
Closed
rochabianca
closed
3 years ago
rochabianca
commented
4 years ago
Steps to Reproduce
Make an API call to collections.listCollections(1, 10, 'popular'), and then make the same call with 'latest' and 'oldest'
Observed Behaviour
The results won't change
Expected Behaviour
The collection's results changing accordly with the 'orderBy' parameter.
Technical Notes
The param 'orderBy' seems to have been removed from the
unsplash API
. In this case, it would be nice to remove the 'orderBy' parameter from the docs.
samijaber
commented
3 years ago
closed in #143
Steps to Reproduce
Observed Behaviour
Expected Behaviour
Technical Notes