mirror of
https://github.com/opdavies/glassboxx-sdk-php.git
synced 2025-02-17 22:50:48 +00:00
parent
1c6a7c2ee4
commit
352ef9d14f
4 changed files with 110 additions and 1 deletions
8
src/Glassboxx/Request/AbstractRequest.php
Normal file
8
src/Glassboxx/Request/AbstractRequest.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace Opdavies\Glassboxx\Request;
|
||||
|
||||
abstract class AbstractRequest
|
||||
{
|
||||
public const BASE_URL = 'https://server.glassboxx.co.uk/rest/V1';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue