initial commit

This commit is contained in:
Matthieu Bessat 2021-08-08 19:23:49 +02:00
commit b65642cd0a
18 changed files with 1543 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<?php
return [
'actions' => [
[
'name' => 'List all loggers',
'path' => '/loggers'
],
[
'name' => 'Get details about a logger',
'path' => '/logger-details?id=YOURID'
],
[
'name' => 'Execute a logger',
'path' => '/YOURID'
]
]
];