Interferon Posted July 31, 2022 Posted July 31, 2022 I'm fetching gallery images with the web API and displaying them in a client application. It's surprising there is no option to sort images by rating:https://invisioncommunity.com/developers/rest-api?endpoint=gallery/images/GETindex With an application like this normally you want to make your top-rated images the default option, and then have a dropdown box that allows the user to switch to most recent content. The reason is that your top-rated content of all time makes your application look a lot better than whatever random stuff people recently uploaded.
Interferon Posted July 31, 2022 Author Posted July 31, 2022 (edited) It's also surprising that blog entry header images are not included: https://invisioncommunity.com/developers/rest-api?endpoint=blog/entries/GETindex#object-entry I was planning to make a feed of all recent activity, with the appropriate background image for each item. Edited July 31, 2022 by Interferon
Recommended Posts