initial commit
This commit is contained in:
commit
b65642cd0a
18 changed files with 1543 additions and 0 deletions
18
modules/logator/logator_help.php
Normal file
18
modules/logator/logator_help.php
Normal 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'
|
||||
]
|
||||
]
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue