mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-07 21:41:29 -07:00
Update README.md
This commit is contained in:
parent
0873650441
commit
7cce0893db
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -20,6 +20,9 @@ All available options:
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Uploading/Downloading Files
|
||||
```php
|
||||
$path_to_file = "folder/my-image.png";
|
||||
|
@ -39,6 +42,11 @@ All available options:
|
|||
###### downloadFile( REQUIRED FILE TO DOWNLOAD, REQUIRED LOCATION TO SAVE FILE);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Creating Temporary Links
|
||||
```php
|
||||
$file = "image.png";
|
||||
|
@ -51,6 +59,10 @@ All available options:
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
### Creating Spaces
|
||||
```php
|
||||
$new_space = "my-new-space";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue