Re: [fossil-users] REST interface

2011-03-04 Thread Stephen De Gabrielle
I'm sure someone else asked this recently. http://wiki.eclipse.org/Mylyn_Integrator_Reference#Use_Cases has an appropriate set of actions my take: 1. each ticket to have an unique URL and retrieve ticket attribute(s) by ID. Done! e.g.

[fossil-users] REST interface

2011-03-03 Thread Federico Ramallo
Hi, I was thinking it would be great to have a REST interface with the tickets. How difficult would be to implement? I know there are some ways to parse and dump json from C, but I don't know the level of effort. The concept is to interact with the ticket system from JS and improve the UI. What