summaryrefslogtreecommitdiffstats
path: root/proxy/code/scripts
Commit message (Collapse)AuthorAgeFilesLines
* call owner/$uuid (aka, OwnerResource.get())Adrian Likins2009-11-201-0/+13
|
* add test-ownerapy.pyAdrian Likins2009-11-201-0/+10
| | | | Just GET's the /owner/ url, since thats all /owner has
* pool api that reads from certificatejesus m. rodriguez2009-11-181-4/+8
|
* uploading and get of sat certjesus m. rodriguez2009-11-181-7/+15
|
* remove unused test-connection, fix userapijesus m. rodriguez2009-11-182-45/+8
|
* beginning of DELETE consumer/uuid/product/uuidjesus m. rodriguez2009-11-171-0/+3
|
* adding scripts to test entitlement and pool apijesus m. rodriguez2009-11-162-1/+5
|
* adding GET /products/ listjesus m. rodriguez2009-11-161-0/+11
|
* allow upload of cert and return list of available ent poolsjesus m. rodriguez2009-11-121-0/+9
|
* allow upload of a certificatejesus m. rodriguez2009-11-112-0/+54
|
* 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.