Add the auth token request

References #1
This commit is contained in:
Oliver Davies 2020-05-30 02:29:54 +01:00
parent 1c6a7c2ee4
commit 352ef9d14f
4 changed files with 110 additions and 1 deletions

View file

@ -0,0 +1,8 @@
<?php
namespace Opdavies\Glassboxx\Request;
abstract class AbstractRequest
{
public const BASE_URL = 'https://server.glassboxx.co.uk/rest/V1';
}