2

I wonder is there any kind of REST API for managing trac/wiki? Googling helps to find something either quite updated or too raw (or both). Searching this Stack, as well as friendly ones, also hasn't been much source of inspiration.

Correct me if I'm wrong (and forgive me my ignorance), but trac-admin can work only with repo hosted on the same machine, or mounted, whatever, but not with remote server.

shabunc
  • 820

1 Answers1

3

You can use the XmlRpcPlugin which supports JSON as well as XML format. It's modelled as an RPC interface, rather than REST but it's easy to request things like a list of all tickets assigned to a user.

David Roussel
  • 626
  • 6
  • 5