Page MenuHomePhabricator

Is There A Notification Feed API?
OpenPublic

Asked by xxkylexx on Mar 17 2016, 5:59 PM.

Details

Is there a way to query the notification feed (https://secure.phabricator.com/notification/) using the conduit API or something? I have built a notifications app for windows (https://github.com/imobile3/PhabNotifications) that currently works off scraping the HTML on that page since I cannot find a suitable API for it.

Answers

avivey
Updated 2,978 Days Ago

There's no official API for that, but you might be able to connect to Aphlict (The notification service) directly, by mimicking the client-side code from https://secure.phabricator.com/diffusion/P/browse/master/webroot/rsrc/js/application/aphlict/.

New Answer