summaryrefslogtreecommitdiffstats
path: root/proxy/code/scripts/test-connection.py
Commit message (Collapse)AuthorAgeFilesLines
* remove unused test-connection, fix userapijesus m. rodriguez2009-11-181-42/+0
|
* change to ask for jsonjesus m. rodriguez2009-07-101-1/+1
|
* more better xml annotations and making BaseApi more genericMike McCune2009-07-101-0/+5
|
* remove test Hello class.jesus m. rodriguez2009-07-101-5/+0
|
* adding some basic API stuff for our model classesMike McCune2009-07-091-0/+19
| | | | | Added a BaseApi class that allows some free basic code to other classes that want to be able to be manipulated with REST.
* GET & POST methods work.jesus m. rodriguez2009-06-261-0/+23
Use test-connection.py MSG to test the api interaction.