Hi, I decided that I am going to implement the IRequestHandler interface for retrieving and processing information about tickets, in favour of using RestOnTrac, because I'm trying to avoid using external plugins. However, I'm not sure what would be the required methods in the class that extends IRequestHandler (besides the match_request method, which checks if the given request can be processed by the handler, and the process_request method, which returns the information about the object queried). Does anyone have an idea on how the information should be dealt with after being retrieved?
Also, what other interfaces should be implemented along IRequestHandler? I guess IPermissionRequestor whould be one of them, but what other interfaces will I probably need? Thanks, Antonia
