From 86cdf9b4885727da55dcc525570dac97dc716f7f Mon Sep 17 00:00:00 2001 From: Arctic Code Date: Fri, 26 Jul 2013 22:54:27 -0500 Subject: [PATCH] Test API user creation - Success --- api.test.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/api.test.php b/api.test.php index ed15ecc..fa2b9c9 100644 --- a/api.test.php +++ b/api.test.php @@ -7,11 +7,12 @@ 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]'); // Shorten link +//echo $unpsAPI->delShort($apidb, '580658027', $shortdb, '[Short link Code Only]]'); // Delete link -//echo $unpsAPI->upImage($apidb, '580658027', $imgdb, 'dc0de', 'This is a test', 'test', 0, imgdata) +//echo $unpsAPI->upImage($apidb, '580658027', $imgdb, 'dc0de', 'This is a test', 'test', 0, imgdata); // Upload image -echo $unpsAPI->regUser($apidb, '580658027', $udb, 'David', 'password123', 'tehfoxy.c0de@gmail.com'); +//echo $unpsAPI->regUser($apidb, '580658027', $udb, 'David', 'password123', 'tehfoxy.c0de@gmail.com'); // Register users +echo $unpsAPI->regAPI($apidb, '580658027', 'UnPS-GAMA Link Shortener', 'tehfoxy.c0de@gmail.com', '1,0,0,0'); // Register API user ?> \ No newline at end of file