Discussion:
[Trac-dev] REST API support for TRAC ?
k***@redhat.com
2016-10-18 14:44:16 UTC
Permalink
Hello All,

Does TRAC Support REST API? . We are developing a ticket utility and wished
to know if we can use the REST API functionality if provided with TRAC to
interact with the tool and open the tickets.

Additionally is there any stage/development environment which can be used
to test things on.

Looking for answers,

Thanks in Advance,
Kumudini
--
You received this message because you are subscribed to the Google Groups "Trac Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trac-dev+***@googlegroups.com.
To post to this group, send email to trac-***@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-dev.
For more options, visit https://groups.google.com/d/optout.
RjOllos
2016-10-18 17:09:35 UTC
Permalink
Post by k***@redhat.com
Hello All,
Does TRAC Support REST API? . We are developing a ticket utility and
wished to know if we can use the REST API functionality if provided with
TRAC to interact with the tool and open the tickets.
Additionally is there any stage/development environment which can be used
to test things on.
Looking for answers,
Thanks in Advance,
Kumudini
There is no REST API for Trac. There is a command line interface (1), and
an RPC interface available via a plugin (2).

There are demo sites for Trac, but if you need a site to test against and
you are having trouble setting up the environment, I suggest using a
bitnami installer or vm image (3).

- Ryan

(1) https://trac.edgewall.org/wiki/TracAdmin
(2) https://trac-hacks.org/wiki/XmlRpcPlugin
(3) https://bitnami.com/stack/trac
--
You received this message because you are subscribed to the Google Groups "Trac Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trac-dev+***@googlegroups.com.
To post to this group, send email to trac-***@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-dev.
For more options, visit https://groups.google.com/d/optout.
Loading...