mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-08 05:51:05 -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
|
### Uploading/Downloading Files
|
||||||
```php
|
```php
|
||||||
$path_to_file = "folder/my-image.png";
|
$path_to_file = "folder/my-image.png";
|
||||||
|
@ -39,6 +42,11 @@ All available options:
|
||||||
###### downloadFile( REQUIRED FILE TO DOWNLOAD, REQUIRED LOCATION TO SAVE FILE);
|
###### downloadFile( REQUIRED FILE TO DOWNLOAD, REQUIRED LOCATION TO SAVE FILE);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Creating Temporary Links
|
### Creating Temporary Links
|
||||||
```php
|
```php
|
||||||
$file = "image.png";
|
$file = "image.png";
|
||||||
|
@ -51,6 +59,10 @@ All available options:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Creating Spaces
|
### Creating Spaces
|
||||||
```php
|
```php
|
||||||
$new_space = "my-new-space";
|
$new_space = "my-new-space";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue