smart-io/php-3pl-central

View on GitHub
src/ResponseInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace ThreePlCentral;

interface ResponseInterface
{
    public function body();
    public function json();
}