Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | also return XML | jesus m. rodriguez | 2009-07-17 | 2 | -6/+6 | |
| | ||||||
* | add entitlement api | jesus m. rodriguez | 2009-07-15 | 3 | -0/+73 | |
| | ||||||
* | I don't like whitespace at the end of the line | jesus m. rodriguez | 2009-07-15 | 1 | -2/+2 | |
| | ||||||
* | added test list methods to determine best course of action for JSONifying lists | jesus m. rodriguez | 2009-07-14 | 5 | -0/+117 | |
| | ||||||
* | add JAXB annotations | jesus m. rodriguez | 2009-07-13 | 1 | -0/+6 | |
| | ||||||
* | add toString to User | jesus m. rodriguez | 2009-07-13 | 1 | -0/+7 | |
| | ||||||
* | create a ConsumerApi test and move the test method out of ApiTest | jesus m. rodriguez | 2009-07-13 | 2 | -14/+47 | |
| | ||||||
* | refactor UserApi to be based on BaseApi | jesus m. rodriguez | 2009-07-10 | 5 | -28/+37 | |
| | ||||||
* | change post to create, return json instead of plain text | jesus m. rodriguez | 2009-07-10 | 1 | -11/+10 | |
| | ||||||
* | small fix to remove a warning | jesus m. rodriguez | 2009-07-10 | 1 | -2/+2 | |
| | ||||||
* | more better xml annotations and making BaseApi more generic | Mike McCune | 2009-07-10 | 10 | -39/+94 | |
| | ||||||
* | remove unused methods | jesus m. rodriguez | 2009-07-10 | 1 | -64/+0 | |
| | ||||||
* | added unit test for ObjectFactory | jesus m. rodriguez | 2009-07-10 | 2 | -9/+114 | |
| | ||||||
* | remove test Hello class. | jesus m. rodriguez | 2009-07-10 | 1 | -31/+0 | |
| | ||||||
* | fix the checkstyle errors | jesus m. rodriguez | 2009-07-10 | 1 | -2/+9 | |
| | ||||||
* | add json support to model objects & add userapi | jesus m. rodriguez | 2009-07-10 | 6 | -5/+31 | |
| | ||||||
* | get more debug information from jersey | jesus m. rodriguez | 2009-07-10 | 1 | -0/+10 | |
| | ||||||
* | json output! | Mike McCune | 2009-07-09 | 1 | -2/+5 | |
| | ||||||
* | adding some basic API stuff for our model classes | Mike McCune | 2009-07-09 | 14 | -35/+417 | |
| | | | | | 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 | 5 | -2/+124 | |
| | ||||||
* | remove the evil tab characters | jesus m. rodriguez | 2009-07-08 | 10 | -517/+517 | |
| | ||||||
* | first cut at an API layer and some auth | Mike McCune | 2009-06-26 | 9 | -8/+847 | |
| | ||||||
* | GET & POST methods work. | jesus m. rodriguez | 2009-06-26 | 1 | -0/+24 | |
| | | | | Use test-connection.py MSG to test the api interaction. | |||||
* | remove unused import | jesus m. rodriguez | 2009-06-26 | 1 | -5/+2 | |
| | ||||||
* | uneeded import | Mike McCune | 2009-06-25 | 1 | -3/+0 | |
| | ||||||
* | adding java model code | Mike McCune | 2009-06-25 | 9 | -0/+745 | |
| | ||||||
* | put Hello in a package :) | jesus m. rodriguez | 2009-06-24 | 1 | -0/+2 | |
| | ||||||
* | initial layout and build files, thanks to Spacewalk. | jesus m. rodriguez | 2009-06-23 | 1 | -0/+5 | |