Introduced the MotorAPI module, including its configuration classes, interface, and integration with the router. The configuration supports enabling, managing API tokens, and daily request limits. Added support for fetching and updating MotorAPI settings via new API routes.
8 lines
55 B
PHP
8 lines
55 B
PHP
<?php
|
|
|
|
namespace interfaces;
|
|
|
|
interface motorapi_i
|
|
{
|
|
|
|
} |