Re: getting the max request id via the API

2009-04-07 Thread Kimon
Is there a similar call that's already in the codebase I can use as an example? On Apr 7, 7:38 pm, Christian Hammond wrote: > The date range handler would be good, but I'd rather not have the maxid. > However, there's another way we can do that. > > Update the handler for api/json/reviewrequests

Re: getting the max request id via the API

2009-04-07 Thread Christian Hammond
The date range handler would be good, but I'd rather not have the maxid. However, there's another way we can do that. Update the handler for api/json/reviewrequests/all/ and let it take optional start and end ranges that work like Python's lists. I'd have to think how I want this API to look, but