Ticket #652 (closed enhancement: fixed)

Opened 2 years ago

Last modified 1 year ago

add call to retrieve api version

Reported by: steffenp@gmx.de Assigned to: athomas
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

Change History

09/19/06 06:01:18 changed by athomas

  • status changed from new to closed.
  • resolution set to fixed.

(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).

  • Added ticket.getTicketFields(). Forwards directly to TicketSystem().get_ticket_fields(). Closes #651.
  • Fixed #723.

Add/Change #652 (add call to retrieve api version)




Change Properties
Action