mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-13 00:23:13 -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
|
### Uploading/Downloading Files
|
||||||
```php
|
```php
|
||||||
$path_to_file = "folder/my-image.png";
|
$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);
|
###### uploadFile( REQUIRED PATH TO FILE, OPTIONAL NAME TO SAVE FILE AS);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Creating Temporary Links
|
### Creating Temporary Links
|
||||||
```php
|
```php
|
||||||
$file = "image.png";
|
$file = "image.png";
|
||||||
|
@ -44,6 +43,7 @@ All available options:
|
||||||
###### CreateTemporaryURL( REQUIRED FILE NAME, OPTIONAL TIME LINK IS VALID FOR);
|
###### CreateTemporaryURL( REQUIRED FILE NAME, OPTIONAL TIME LINK IS VALID FOR);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### 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