Add upImage test

This commit is contained in:
Arctic Code 2013-07-19 22:31:45 -05:00
parent b96b4b6086
commit d3cc5d11c6
1 changed files with 4 additions and 2 deletions

View File

@ -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)
?>