amfeng / phabricator-ruby

Wrapper around Phabricator's Conduit API
MIT License
16 stars 16 forks source link

Support for Differential in roadmap? #3

Open matt-holden opened 10 years ago

matt-holden commented 10 years ago

Hi,

Thanks for making this gem! I was wondering if you plan to add support for differential calls.

I'm going to try hacking on it myself, but I'm really, really unfamiliar with Ruby. :-)

amfeng commented 10 years ago

Wow, sorry for the absurdly late response here (for some reason I wasn't getting email notifications for these!).

I'm using this mostly for Maniphest at the moment, but what Differential API requests are you looking for?

matt-holden commented 10 years ago

Hi Amber, thanks for getting back to me!

I'm wanting to write a chat bot that can listen for revision IDs and respond with their title, author, etc.

me: Hey all, I just posted D1234 chatbot: D1234: The name of the diff. Author: Matt Holden. Reviewers: Some Dev

(We also want the chatbot to broadcast a list of all open reviews every 2 hours, to keep people reminded that there's things to be done.)