17 lines
530 B
XML
17 lines
530 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<section xmlns="http://docbook.org/ns/docbook" version="5.0"
|
||
|
xmlns:xi="http://www.w3.org/2001/XInclude" id="cvsinfoservices">
|
||
|
<title>CVSInfoService</title>
|
||
|
<para>RESTful service to query a CVS repository, search files and content. Includes caching mechanism.
|
||
|
</para>
|
||
|
<para>Endpoint address: http://localhost:8080/XServices/cvsinfo</para>
|
||
|
<para>WADL : http://localhost:8080/XServices/cvsinfo?_wadl</para>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<!--
|
||
|
<xi:include href="./dateAdd.xml" />
|
||
|
|
||
|
-->
|
||
|
</section>
|