gsethi / addama

Automatically exported from code.google.com/p/addama
Apache License 2.0
1 stars 0 forks source link

Passing parameters to the example python client scripts need to be standardized #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The get_gae.py and post_gae.py scripts under clients/src/main/python should be 
updated to accept request parameters in a standard way.

Expected usage should be:
    python <script> <uri> <param1>=<value1> <param2>=<value2>

or 
    python <script> <uri> <param1>=<value1a>,<value1b> <param2>=<value2>

Original issue reported on code.google.com by hrovira.isb on 30 Oct 2010 at 8:08