for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Manticoresearch\Endpoints;
use Manticoresearch\Request;
/**
* Class Search
* @package Manticoresearch\Endpoints
*/
class Search extends Request
{
* @return mixed|string
public function getPath()
return '/json/search';
}
public function getMethod()
return 'POST';