From f9245931af0b8513f3b38e42a89e89ecb96593c6 Mon Sep 17 00:00:00 2001 From: Pepper Date: Wed, 4 Mar 2015 22:24:31 -0500 Subject: still working on it --- test2.py | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'test2.py') diff --git a/test2.py b/test2.py index 4754b1c..7562b21 100644 --- a/test2.py +++ b/test2.py @@ -1,13 +1,8 @@ #!/usr/bin/python2.7 from Pb_Api.ImPattern import Pb_Api_ImPattern +import pprint p = Pb_Api_ImPattern() params = p.params() -params.param("image_url").value("http://hello") -pprint.pprint(params.as_hash()) -# for now -#and then to call it, just below? yes are the params set, or do I pass them in? - -#p.call(params) #something like this? -#and inside .call() you need to use .as_hash() to pass to post request. ok good -#alright I'll test this on my own time. sort of a lot. Thanks again no problems +#params.param("image_url").value("http://hello") +#pprint.pprint(params.as_hash()) -- cgit v1.2.3-70-g09d2