mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-13 08:33:12 -07:00
Update README.md
This commit is contained in:
parent
e68f5c231b
commit
0b63f71222
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,6 @@ All available options:
|
|||
|
||||
|
||||
|
||||
### Uploading/Downloading Files
|
||||
|
||||
### Uploading/Downloading Files
|
||||
```php
|
||||
$path_to_file = "folder/my-image.png";
|
||||
|
@ -33,6 +31,7 @@ All available options:
|
|||
###### uploadFile( REQUIRED PATH TO FILE, OPTIONAL NAME TO SAVE FILE AS);
|
||||
|
||||
|
||||
|
||||
### Creating Temporary Links
|
||||
```php
|
||||
$file = "image.png";
|
||||
|
@ -44,6 +43,7 @@ All available options:
|
|||
###### CreateTemporaryURL( REQUIRED FILE NAME, OPTIONAL TIME LINK IS VALID FOR);
|
||||
|
||||
|
||||
|
||||
### Creating Spaces
|
||||
```php
|
||||
$new_space = "my-new-space";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue