1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

The Trac XML RPC plugin has been enabled for the Hosted Apps Trac, a few notes on our implementation are as follows:

  1. It is not possible to enable/disable the plugin from the Trac admin interface. It is simply always enabled. If you do not wish to use this, just don't add the necessary permissions outlined in the next step.
  2. Access to the API must be explicitly set for Trac users and groups. To grant access, apply the 'XML_RPC' permission from Trac admin.
  3. To access the xmlrpc API, use the url https://username:password@sourceforge.net/apps/trac/<project>/login/xmlrpc . Http over SSL is required for authentication to succeed.
  4. The main docs for the API, including examples are here: http://trac-hacks.org/wiki/XmlRpcPlugin

To see tips, tricks, or examples of what can be done with this (or to add some of your own), see our community docs on Trac XMLRPC.