mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-08-21 05:43:44 -07:00
Update README.md
This commit is contained in:
parent
0c1c1dc626
commit
8627390a72
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ An API wrapper for DigitalOcean's Spaces object storage designed for easy use.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Connecting:
|
### Connecting
|
||||||
```php
|
```php
|
||||||
require_once("spaces.php");
|
require_once("spaces.php");
|
||||||
|
|
||||||
|
@ -13,5 +13,5 @@ $secret = "EXAMPLE_SECRET";
|
||||||
$space = new SpacesConnect($key, $secret);
|
$space = new SpacesConnect($key, $secret);
|
||||||
```
|
```
|
||||||
|
|
||||||
All available configurations: <br>
|
All available configurations:
|
||||||
SpacesConnect( REQUIRED KEY, REQUIRED SECRET, OPTIONAL SPACE's NAME, OPTIONAL REGION, OPTION HOST DOMAIN );
|
###### SpacesConnect( REQUIRED KEY, REQUIRED SECRET, OPTIONAL SPACE's NAME, OPTIONAL REGION, OPTION HOST DOMAIN );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue