-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.xml
27 lines (27 loc) · 1.2 KB
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<extension key="com.leftjoinlabs.restlog" type="module">
<file>restlog</file>
<name>REST Log</name>
<description>Maintains a log of API calls made through CiviCRM's REST interface</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Sean Madsen</author>
<email>sean@seanmadsen.com</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/leftjoinlabs/com.leftjoinlabs.restlog</url>
<url desc="Documentation">https://github.com/leftjoinlabs/com.leftjoinlabs.restlog#rest-log</url>
<url desc="Support">https://github.com/leftjoinlabs/com.leftjoinlabs.restlog/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2017-08-01</releaseDate>
<version>1.0</version>
<develStage>stable</develStage>
<compatibility>
<ver>4.7</ver>
</compatibility>
<comments>REST Log maintains a log of API calls made through the REST interface. This is useful if you have a external service which interfaces with CiviCRM through REST, and you would like an audit trail for the actions which the service performs.</comments>
<civix>
<namespace>CRM/RestLog</namespace>
</civix>
</extension>