Mailgun\Resource\ApiResponse::create PHP Method

create() public static method

Create an API response object from the HTTP response from the API server.
public static create ( array $data ) : self
$data array
return self
    public static function create(array $data);
ApiResponse