Re: Getting more info from json

2009-02-11 Thread Srekel
Hi, thanks for the quick response! I haven't really looked at any of the code for RB, so I don't know how much I time would need to spend in order to get up and running to be able to create those patches. Is there a guide somewhere on how to get started, or could you perhaps tell me here, so tha

Re: Getting more info from json

2009-02-11 Thread Christian Hammond
Hi, The API pretty much just contains the data and functionality that either we've needed so far for the Review Board UI or others have needed for their apps. We'll gladly flesh out the API more. The quickest way to get this added would be to provide patches for review (which we should be able to

Getting more info from json

2009-02-11 Thread Srekel
Hi, I'm fixing an internal notification program for Review Board. When a new comment is made, for example, it shows a popup that can take the user to the correct review page. This is written in C# and interfaces with RB using it's json API. Some things that have been requested but I haven't foun