add new api-module to output list of possible modules/functions
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -213,16 +213,6 @@ abstract class ApiCommand
|
||||
return $json_response;
|
||||
}
|
||||
|
||||
public abstract function list();
|
||||
|
||||
public abstract function get();
|
||||
|
||||
public abstract function add();
|
||||
|
||||
public abstract function update();
|
||||
|
||||
public abstract function delete();
|
||||
|
||||
private function readUserData($header = null)
|
||||
{
|
||||
$sel_stmt = Database::prepare("SELECT * FROM `api_keys` WHERE `apikey` = :ak AND `secret` = :as");
|
||||
|
||||
Reference in New Issue
Block a user