Finished Guzzle implementation, started work on Endpoints.
This commit is contained in:
16
src/Endpoints/API.php
Normal file
16
src/Endpoints/API.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* User: junade
|
||||
* Date: 01/02/2017
|
||||
* Time: 12:31
|
||||
*/
|
||||
|
||||
namespace Cloudflare\API\Endpoints;
|
||||
|
||||
|
||||
use Cloudflare\API\Adapter\Adapter;
|
||||
|
||||
interface API
|
||||
{
|
||||
public function __construct(Adapter $adapter);
|
||||
}
|
||||
Reference in New Issue
Block a user