Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | call owner/$uuid (aka, OwnerResource.get()) | Adrian Likins | 2009-11-20 | 1 | -0/+13 |
| | |||||
* | add test-ownerapy.py | Adrian Likins | 2009-11-20 | 1 | -0/+10 |
| | | | | Just GET's the /owner/ url, since thats all /owner has | ||||
* | pool api that reads from certificate | jesus m. rodriguez | 2009-11-18 | 1 | -4/+8 |
| | |||||
* | uploading and get of sat cert | jesus m. rodriguez | 2009-11-18 | 1 | -7/+15 |
| | |||||
* | remove unused test-connection, fix userapi | jesus m. rodriguez | 2009-11-18 | 2 | -45/+8 |
| | |||||
* | beginning of DELETE consumer/uuid/product/uuid | jesus m. rodriguez | 2009-11-17 | 1 | -0/+3 |
| | |||||
* | adding scripts to test entitlement and pool api | jesus m. rodriguez | 2009-11-16 | 2 | -1/+5 |
| | |||||
* | adding GET /products/ list | jesus m. rodriguez | 2009-11-16 | 1 | -0/+11 |
| | |||||
* | allow upload of cert and return list of available ent pools | jesus m. rodriguez | 2009-11-12 | 1 | -0/+9 |
| | |||||
* | allow upload of a certificate | jesus m. rodriguez | 2009-11-11 | 2 | -0/+54 |
| | |||||
* | Fix unit tests | jesus m. rodriguez | 2009-09-17 | 1 | -2/+7 |
| | |||||
* | test out submitting JSON to create test objects. | jesus m. rodriguez | 2009-09-14 | 1 | -1/+2 |
| | |||||
* | consumer api work (not done yet) | jesus m. rodriguez | 2009-08-27 | 2 | -2/+26 |
| | |||||
* | add test client for consumers | jesus m. rodriguez | 2009-08-27 | 1 | -0/+15 |
| | |||||
* | use json instead of a string | jesus m. rodriguez | 2009-08-27 | 1 | -2/+14 |
| | |||||
* | use correct urls | jesus m. rodriguez | 2009-08-27 | 1 | -2/+3 |
| | |||||
* | fix user api tests | jesus m. rodriguez | 2009-07-30 | 1 | -50/+4 |
| | |||||
* | adding a test api to cleanup userapi | jesus m. rodriguez | 2009-07-30 | 1 | -0/+24 |
| | |||||
* | adding missing JsonTestObject, and updating conf files. | jesus m. rodriguez | 2009-07-30 | 1 | -7/+7 |
| | |||||
* | add src jars for easier debugging. | jesus m. rodriguez | 2009-07-30 | 1 | -1/+18 |
| | |||||
* | add entitlement api | jesus m. rodriguez | 2009-07-15 | 1 | -0/+28 |
| | |||||
* | added test list methods to determine best course of action for JSONifying lists | jesus m. rodriguez | 2009-07-14 | 1 | -3/+23 |
| | |||||
* | change to ask for json | jesus m. rodriguez | 2009-07-10 | 1 | -1/+1 |
| | |||||
* | more better xml annotations and making BaseApi more generic | Mike McCune | 2009-07-10 | 1 | -0/+5 |
| | |||||
* | remove test Hello class. | jesus m. rodriguez | 2009-07-10 | 1 | -5/+0 |
| | |||||
* | add json support to model objects & add userapi | jesus m. rodriguez | 2009-07-10 | 1 | -3/+3 |
| | |||||
* | adding some basic API stuff for our model classes | Mike McCune | 2009-07-09 | 1 | -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 UserApi | jesus m. rodriguez | 2009-07-09 | 1 | -0/+23 |
| | |||||
* | GET & POST methods work. | jesus m. rodriguez | 2009-06-26 | 1 | -0/+23 |
Use test-connection.py MSG to test the api interaction. |