Hi,
I want to use the Trac API.
so far I got the python code provided working and returning the
result. (So i know my server side is able to communicate well)
>>> from xmlrpclib import ServerProxy
>>> p = ServerProxy('mytracserver.com/rpc')
>>> p.system.getAPIVersion()
[1, 1, 2]
Now I'd like to do this with Javascript, but I don't know enough and I
was thinking if someone could give me a start, based on what I ll be
able to continue.
Basically how to display the value for getAPIVersion (1.1.2) in a
webpage.
A code snipet would be highly appreciated.
thanks
Franck
--
You received this message because you are subscribed to the Google Groups "Trac
Development" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-dev?hl=en.