https://bugzilla.wikimedia.org/show_bug.cgi?id=60809
Brad Jorsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Brad Jorsch <[email protected]> --- While page_props would be workable, I would lean towards having a "prop=flow" query module that would also allow for returning other flow data related to the page. Unless there is no flow data you can usefully fetch by passing a page title? e.g. api.php?format=jsonfm&action=query&titles=Foo|Talk:Foo&prop=flow might return something like this: { "query": { "pages": { "12345": { "pageid": 12345, "ns": 0, "title": "Foo" }, "12346": { "pageid": 12346, "ns": 1, "title": "Talk:Foo", "flow": { "enabled": true } } } } } -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
