Modify ↓
#652 closed enhancement (fixed)
add call to retrieve api version
Reported by: | Steffen Pingel | Owned by: | Alec Thomas |
---|---|---|---|
Priority: | normal | Component: | XmlRpcPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
It would be nice to have a call that returns the "API version" of the XmlRpc plug-in. The version could possibly have to parts where the first part would be increased on breaking api changes (e.g. an additional parameter in some method) whereas the second part would denote a non-breaking change (e.g. an additional method).
Attachments (0)
Note: See
TracTickets for help on using
tickets.
(In [1278]) * Added
system.getAPIVersion()
. Returns a two element tuple containing the Trac XML-RPC version number. Closes #652 (refer to this ticket for semantics).ticket.getTicketFields()
. Forwards directly toTicketSystem().get_ticket_fields()
. Closes #651.