summaryrefslogtreecommitdiffstats
path: root/proxy/code/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Fix unit testsjesus m. rodriguez2009-09-171-2/+7
|
* test out submitting JSON to create test objects.jesus m. rodriguez2009-09-141-1/+2
|
* consumer api work (not done yet)jesus m. rodriguez2009-08-272-2/+26
|
* add test client for consumersjesus m. rodriguez2009-08-271-0/+15
|
* use json instead of a stringjesus m. rodriguez2009-08-271-2/+14
|
* use correct urlsjesus m. rodriguez2009-08-271-2/+3
|
* fix user api testsjesus m. rodriguez2009-07-301-50/+4
|
* adding a test api to cleanup userapijesus m. rodriguez2009-07-301-0/+24
|
* adding missing JsonTestObject, and updating conf files.jesus m. rodriguez2009-07-301-7/+7
|
* add src jars for easier debugging.jesus m. rodriguez2009-07-301-1/+18
|
* add entitlement apijesus m. rodriguez2009-07-151-0/+28
|
* added test list methods to determine best course of action for JSONifying listsjesus m. rodriguez2009-07-141-3/+23
|
* 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
|
* add json support to model objects & add userapijesus m. rodriguez2009-07-101-3/+3
|
* 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.
* first cut at UserApijesus m. rodriguez2009-07-091-0/+23
|
* GET & POST methods work.jesus m. rodriguez2009-06-261-0/+23
Use test-connection.py MSG to test the api interaction.