From 18d2bf5aad7df2f36edf5034c4dc27ce6b38eb9a Mon Sep 17 00:00:00 2001 From: "jesus m. rodriguez" Date: Fri, 10 Jul 2009 11:59:56 -0400 Subject: add json support to model objects & add userapi --- proxy/code/scripts/test-userapi.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'proxy/code/scripts/test-userapi.py') diff --git a/proxy/code/scripts/test-userapi.py b/proxy/code/scripts/test-userapi.py index 59598dd..32714e9 100755 --- a/proxy/code/scripts/test-userapi.py +++ b/proxy/code/scripts/test-userapi.py @@ -18,6 +18,6 @@ rsp = response.read() conn.close() print rsp -#response = urllib.urlopen('http://localhost:8080/candlepin/helloworld') -#rsp = response.read() -#print(rsp) +response = urllib.urlopen('http://localhost:8080/candlepin/user/candlepin') +rsp = response.read() +print(rsp) -- cgit