mirror of
https://github.com/gamaio/UnPS-API.git
synced 2024-12-21 09:42:40 +00:00
Add upImage test
This commit is contained in:
parent
b96b4b6086
commit
d3cc5d11c6
@ -7,7 +7,9 @@ require('dbsettings.php');
|
||||
|
||||
$unpsAPI = new api();
|
||||
|
||||
echo $unpsAPI->shorten($apidb, '580658027', $shortdb, '[Full URL]');
|
||||
echo $unpsAPI->delShort($apidb, '580658027', $shortdb, '[Short link Code Only]]');
|
||||
//echo $unpsAPI->shorten($apidb, '580658027', $shortdb, '[Full URL]');
|
||||
//echo $unpsAPI->delShort($apidb, '580658027', $shortdb, '[Short link Code Only]]');
|
||||
|
||||
echo $unpsAPI->upImage($apidb, '580658027', $imgdb, 'dc0de', 'This is a test', 'test', 0, imgdata)
|
||||
|
||||
?>
|
Loading…
Reference in New Issue
Block a user