API Rest Log Version 1.0.0

Extension
Release Date
Release Version
1.0.0
Release Status
Stable
Release CiviCRM Compatibility
XML
<?xml version="1.0"?>
<extension key="apirestlog" type="module">
<file>apirestlog</file>
<name>API REST Log</name>
<description>Maintains a log of API calls made through CiviCRM's REST interface</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Luciano Spiegel @ iXiam Global Solutions</author>
<email>l.spiegel@ixiam.com</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://lab.civicrm.org/extensions/apirestlog</url>
<url desc="Documentation">https://lab.civicrm.org/extensions/apirestlog/-/blob/1.x/README.md</url>
<url desc="Support">https://lab.civicrm.org/extensions/apirestlog/-/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-02-08</releaseDate>
<version>1.0.0</version>
<develStage>alpha</develStage>
<compatibility>
<ver>5.21</ver>
</compatibility>
<comments>API 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>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
<namespace>CRM/ApiRestLog</namespace>
</civix>
</extension>