Extension
Release Date
Release Version
2.1.2
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>2024-09-03</releaseDate>
<version>2.1.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.69</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>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<requires>
<ext version="~5.69">authx</ext>
</requires>
<civix>
<namespace>CRM/ApiRestLog</namespace>
<format>23.02.1</format>
<angularModule>crmApirestlog</angularModule>
</civix>
<mixins>
<mixin>ang-php@1.0.0</mixin>
<mixin>entity-types-php@1.0.0</mixin>
<mixin>menu-xml@1.0.0</mixin>
<mixin>mgd-php@1.0.0</mixin>
<mixin>setting-php@1.0.0</mixin>
<mixin>smarty-v2@1.0.1</mixin>
</mixins>
<upgrader>CRM_ApiRestLog_Upgrader</upgrader>
</extension>
<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>2024-09-03</releaseDate>
<version>2.1.2</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.69</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>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<requires>
<ext version="~5.69">authx</ext>
</requires>
<civix>
<namespace>CRM/ApiRestLog</namespace>
<format>23.02.1</format>
<angularModule>crmApirestlog</angularModule>
</civix>
<mixins>
<mixin>ang-php@1.0.0</mixin>
<mixin>entity-types-php@1.0.0</mixin>
<mixin>menu-xml@1.0.0</mixin>
<mixin>mgd-php@1.0.0</mixin>
<mixin>setting-php@1.0.0</mixin>
<mixin>smarty-v2@1.0.1</mixin>
</mixins>
<upgrader>CRM_ApiRestLog_Upgrader</upgrader>
</extension>