You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed the Luracast and configured the explorer, but it does not show any data.
<?php//headersheader('Access-Control-Allow-Origin: *');
header('Access-Control-Allow-Methods: POST, GET, OPTIONS, PUT, PATCH, DELETE');
//require_once __DIR__.'/../vendor/autoload.php';require_once'{My_restler_path}/api/vendor/autoload.php';
require_once'{My_restler_path}/api/restler.php';
// [...]require_once'Authors.php';
// [...]useLuracast\Restler\Restler;
useLuracast\Restler\Defaults;
//set the defaults to match your requirementsDefaults::$throttle = 20; //time in milliseconds for bandwidth throttling//setup restler$r = newRestler();
//$r->addAPIClass('Authors');// [...]$r->addAPIClass('Resources');
$r->addAPIClass('Explorer'); //from restler framework for API Explorer$r->addFilterClass('RateLimit'); //Add Filters as needed$r->handle(); //serve the response
On the other side, how can I configure the logs?
The text was updated successfully, but these errors were encountered:
I have installed the Luracast and configured the explorer, but it does not show any data.
On the other side, how can I configure the logs?
The text was updated successfully, but these errors were encountered: