summaryrefslogtreecommitdiffstats
path: root/proxy/code
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed up urlsjesus m. rodriguez2009-08-271-2/+23
|
* 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
|
* adding ConsumerType object and more better 'matching' algorithmMike McCune2009-08-1010-31/+326
|
* adding delete methods (not functional in rest yet)Mike McCune2009-07-317-26/+107
|
* test commitMike McCune2009-07-311-3/+0
|
* test commitMike McCune2009-07-311-0/+9
|
* fixing entitlementAPIMike McCune2009-07-312-9/+25
|
* adding test for TestApijesus m. rodriguez2009-07-301-0/+49
|
* fix user api testsjesus m. rodriguez2009-07-303-102/+7
|
* adding a test api to cleanup userapijesus m. rodriguez2009-07-302-0/+78
|
* unit testjesus m. rodriguez2009-07-301-2/+24
|
* forgot the test methdos in UserApijesus m. rodriguez2009-07-301-5/+9
|
* adding missing JsonTestObject, and updating conf files.jesus m. rodriguez2009-07-304-9/+40
|
* add src jars for easier debugging.jesus m. rodriguez2009-07-306-2/+42
|
* adding first steps towards entitlement 'matching'Mike McCune2009-07-298-32/+200
|
* removing uneeded objectMike McCune2009-07-291-34/+0
|
* return empty listMike McCune2009-07-282-2/+6
|
* adding json list methodsMike McCune2009-07-288-71/+114
|
* adding pathMike McCune2009-07-271-0/+1
|
* fixing build properties to reference correct jar file and unused importsMike McCune2009-07-272-2/+0
|
* adding cert generation and Entitlement APIMike McCune2009-07-248-1/+721
|
* renaming Org -> OwnerMike McCune2009-07-2315-113/+176
|
* organize importsMike McCune2009-07-227-30/+13
|
* also return XMLjesus m. rodriguez2009-07-172-6/+6
|
* add entitlement apijesus m. rodriguez2009-07-154-0/+101
|
* I don't like whitespace at the end of the linejesus m. rodriguez2009-07-151-2/+2
|
* added test list methods to determine best course of action for JSONifying listsjesus m. rodriguez2009-07-146-3/+140
|
* add JAXB annotationsjesus m. rodriguez2009-07-131-0/+6
|
* add toString to Userjesus m. rodriguez2009-07-131-0/+7
|
* create a ConsumerApi test and move the test method out of ApiTestjesus m. rodriguez2009-07-132-14/+47
|
* refactor UserApi to be based on BaseApijesus m. rodriguez2009-07-105-28/+37
|
* change post to create, return json instead of plain textjesus m. rodriguez2009-07-101-11/+10
|
* change to ask for jsonjesus m. rodriguez2009-07-101-1/+1
|
* small fix to remove a warningjesus m. rodriguez2009-07-101-2/+2
|
* more better xml annotations and making BaseApi more genericMike McCune2009-07-1011-39/+99
|
* remove unused methodsjesus m. rodriguez2009-07-101-64/+0
|
* added unit test for ObjectFactoryjesus m. rodriguez2009-07-102-9/+114
|
* remove test Hello class.jesus m. rodriguez2009-07-103-37/+1
|
* fix the checkstyle errorsjesus m. rodriguez2009-07-101-2/+9
|
* add json support to model objects & add userapijesus m. rodriguez2009-07-107-8/+34
|
* get more debug information from jerseyjesus m. rodriguez2009-07-101-0/+10
|
* json output!Mike McCune2009-07-091-2/+5
|
* adding some basic API stuff for our model classesMike McCune2009-07-0915-35/+436
| | | | | 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-097-3/+148
|
* remove the evil tab charactersjesus m. rodriguez2009-07-0810-517/+517
|
* add comment about the init-paramjesus m. rodriguez2009-06-261-0/+1
|
* first cut at an API layer and some authMike McCune2009-06-269-8/+847
|
* GET & POST methods work.jesus m. rodriguez2009-06-263-0/+52
| | | | Use test-connection.py MSG to test the api interaction.