diff --git a/api.test.php b/api.test.php index c981fe4..3cb2d93 100644 --- a/api.test.php +++ b/api.test.php @@ -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) ?> \ No newline at end of file