for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace LE_ACME2\Request\Account;
use LE_ACME2\Response;
use LE_ACME2\Exception;
class GetData extends AbstractLocation {
protected function _getPayload() : array {
return [];
}
/**
* @return Response\AbstractResponse|Response\Account\GetData
* @throws Exception\InvalidResponse
* @throws Exception\RateLimitReached
*/
public function getResponse() : Response\AbstractResponse {
return new Response\Account\GetData($this->_getRawResponse());