for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SugarAPI\SDK\EntryPoint\Abstracts\GET;
use SugarAPI\SDK\EntryPoint\Abstracts\AbstractEntryPoint;
use SugarAPI\SDK\Request\GET;
abstract class JSONEntryPoint extends AbstractEntryPoint {
/**
* @inheritdoc
*/
protected function setupRequest(){
$this->Request = new GET();
}