Page MenuHomePhabricator

FeaturedFeeds could implement a query list submodule
Open, LowPublicFeature

Description

Say you wanted to get information about the picture of the day. As I understand it, you request action=featuredfeed&feed=potd, and parse the RSS or atom for item titles, then make an API query for further properties. But if featuredfeed provided a query list submodule, then you could use it as a generator to get any additional page information you want in a single API call.

Perhaps action=query&list=featuredfeed&fffeed=potd&ffprops=guid|title|link|description|pubDate could return the same information that's in the current RSS/atom feed. RSS is so 90s... :-)

Event Timeline

Spage raised the priority of this task from to Needs Triage.
Spage updated the task description. (Show Details)
Spage subscribed.

Do note that a query submodule can't change the output format in an effective manner, however, so the existing action=featuredfeed would still be needed to get actual RSS or atom feeds.

Aklapper changed the subtype of this task from "Task" to "Feature Request".