| 
							
							
								 wing328 | 9f7427b1cf | Merge pull request #1489 from dvz5/master Fix array query param processing | 2015-11-02 21:36:25 +08:00 |  | 
			
				
					| 
							
							
								 Dave Baird | 3559a8bd09 | Fix array query param processing A couple of PHP functions that don't exist in Perl were being called to
process array query parameters. | 2015-11-02 10:47:46 +01:00 |  | 
			
				
					| 
							
							
								 dvz5 | 08f424824c | Update 02_store_api.t | 2015-11-01 23:14:22 +01:00 |  | 
			
				
					| 
							
							
								 dvz5 | 2e03ecc4b8 | Update 01_pet_api.t Add tests for photoUrls, to check correct mapping from object attribute name to JSON attribute name. | 2015-11-01 23:10:20 +01:00 |  | 
			
				
					| 
							
							
								 Ampem Darko | 57e3ea3e9c | Ensure parameters to "each" is a hash in TO_JSON and from_hash | 2015-10-21 13:35:48 +00:00 |  | 
			
				
					| 
							
							
								 Tony Tam | a21f08118e | rebuilt | 2015-10-20 10:31:42 -07:00 |  | 
			
				
					| 
							
							
								 wing328 | 3eca940e7d | fix perl and asyncscala optional tab | 2015-06-26 23:56:20 +08:00 |  | 
			
				
					| 
							
							
								 William Cheng | 8858e7d7e3 | update perl sample | 2015-06-18 02:44:40 +08:00 |  | 
			
				
					| 
							
							
								 wing328 | 10e07eaf74 | add support for cli (perl) | 2015-06-18 10:57:09 +08:00 |  | 
			
				
					| 
							
							
								 wing328 | 303dbe7730 | fix array,map for perl, add test case | 2015-06-10 10:53:21 +08:00 |  | 
			
				
					| 
							
							
								 fehguy | 3d2f09a693 | updated versions | 2015-06-09 00:25:09 -07:00 |  | 
			
				
					| 
							
							
								 Ron | 1c2d0656b0 | Code reformatting | 2015-06-07 11:56:08 -04:00 |  | 
			
				
					| 
							
							
								 Ron | 96107193e9 | updated reverb references | 2015-06-07 11:18:49 -04:00 |  | 
			
				
					| 
							
							
								 wing328 | 5a75eba42b | regenerated perl sample | 2015-06-05 18:30:58 +08:00 |  | 
			
				
					| 
							
							
								 wing328 | 0423e0a2df | support object response | 2015-06-04 21:12:26 +08:00 |  | 
			
				
					| 
							
							
								 wing328 | 9b919c54dd | added http basic auth test | 2015-06-03 11:21:10 +08:00 |  | 
			
				
					| 
							
							
								 wing328 | fceaed34e4 | rename apiclient | 2015-06-03 10:19:07 +08:00 |  | 
			
				
					| 
							
							
								 wing328 | 3d16d8b2b6 | fix header | 2015-06-03 08:34:45 +08:00 |  | 
			
				
					| 
							
							
								 wing328 | 1a868abdfa | rename APIClient to ApiClient | 2015-05-28 10:51:36 +08:00 |  | 
			
				
					| 
							
							
								 wing328 | 2c12312b97 | update user agent and add more test cases | 2015-05-27 22:44:56 +08:00 |  | 
			
				
					| 
							
							
								 wing328 | 866b546cfd | make api client pluggable | 2015-05-27 17:56:39 +08:00 |  | 
			
				
					| 
							
							
								 wing328 | 7fc2f74851 | remove commented code | 2015-05-18 16:39:33 +08:00 |  | 
			
				
					| 
							
							
								 wing328 | abbea5ec4c | better logic for accept and content-type, added test cases | 2015-05-18 16:23:46 +08:00 |  | 
			
				
					| 
							
							
								 William Cheng | 7a5db5e665 | add pom.xml for perl integration test | 2015-05-16 16:44:32 +08:00 |  | 
			
				
					| 
							
							
								 William Cheng | 9904c0e09f | add unit testing for pet | 2015-05-16 15:37:58 +08:00 |  | 
			
				
					| 
							
							
								 William Cheng | fc43828c20 | update type mapping, update test.pl to use local file for testing upload | 2015-05-08 03:58:02 +08:00 |  | 
			
				
					| 
							
							
								 William Cheng | 063a1ffd36 | update type list in deserialize | 2015-05-08 03:58:02 +08:00 |  | 
			
				
					| 
							
							
								 William Cheng | 1d4735f76d | update subroutine argument | 2015-05-08 03:58:01 +08:00 |  | 
			
				
					| 
							
							
								 William Cheng | c03250132d | update error message, update test script | 2015-05-08 03:58:01 +08:00 |  | 
			
				
					| 
							
							
								 William Cheng | 48844442fc | test post body (model), fix to_hash attribute mapping | 2015-05-08 03:58:01 +08:00 |  | 
			
				
					| 
							
							
								 William Cheng | f69fb40c71 | add methods for static variable | 2015-05-08 03:58:01 +08:00 |  | 
			
				
					| 
							
							
								 William Cheng | 0a34793f5a | add inheritance to object (model) | 2015-05-08 03:58:00 +08:00 |  | 
			
				
					| 
							
							
								 William Cheng | 07cd23edac | seralization and deserialization work, get_pet_by_id and update_pet_with_form work | 2015-05-08 03:58:00 +08:00 |  | 
			
				
					| 
							
							
								 William Cheng | a7ef1262e5 | fix all swagger.pl syntax issue | 2015-05-08 03:58:00 +08:00 |  | 
			
				
					| 
							
							
								 William Cheng | c5fcf3ba2c | remove pl files | 2015-05-08 03:58:00 +08:00 |  | 
			
				
					| 
							
							
								 William Cheng | d206035e0f | add perl support - api template, bin, codegen | 2015-05-08 03:57:59 +08:00 |  |