for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Tomaj\NetteApi;
use Tomaj\NetteApi\Response\JsonApiResponse;
/**
* @deprecated
*/
class ApiResponse extends JsonApiResponse
{
}