diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-03-04 22:24:31 -0500 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-03-04 22:24:31 -0500 |
| commit | f9245931af0b8513f3b38e42a89e89ecb96593c6 (patch) | |
| tree | 1c2c44bbd13bd08765ffd35d1c5b2648db218783 /test2.py | |
| parent | 021842ec42b991e7a641ae26862d77b324ea05db (diff) | |
still working on it
Diffstat (limited to 'test2.py')
| -rw-r--r-- | test2.py | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -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()) |
