Newer
Older
This extension allows you to log all (or selected) API requests going through your system.
**Caution**: if upgrading from ``2.1-alpha1``, you need to execute the following statement on your database *before* updating the code:
ALTER TABLE apilogger_api_calls ADD COLUMN `id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID', ADD PRIMARY KEY (id);