Details
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
Answers
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
New Answer