wing328
|
6962947611
|
better handling of model (reserved keyword)
|
2016-02-25 14:16:40 +08:00 |
|
wing328
|
4e034d3dc5
|
better reserved word handling for php
|
2016-02-25 13:16:54 +08:00 |
|
wing328
|
74c512453e
|
add .travis.yml
|
2016-02-20 21:54:00 +08:00 |
|
wing328
|
f27d2534a6
|
update php readme
|
2016-02-19 23:37:35 +08:00 |
|
wing328
|
fd9a62adbe
|
update php test case with higher memory limit
|
2016-02-18 16:40:13 +08:00 |
|
wing328
|
a4825d8142
|
add multi auth setting (based on #1961)
|
2016-02-16 17:17:42 +08:00 |
|
wing328
|
f8b82e14fe
|
use logger.info to display command line result
|
2016-01-28 11:25:11 +08:00 |
|
wing328
|
751b4cd832
|
remove var_dump
|
2016-01-20 21:46:10 +08:00 |
|
wing328
|
058b408dfb
|
add test cases for findPetsByTags
|
2016-01-20 21:42:51 +08:00 |
|
wing328
|
b21c5f08a7
|
Merge pull request #1921 from wing328/php_generate_test
[PHP] generate files for unit testing models and API files
|
2016-01-20 10:05:20 +08:00 |
|
wing328
|
61c717b6de
|
add comments
|
2016-01-19 19:50:27 +08:00 |
|
wing328
|
8927c1dc0f
|
add test template for php
|
2016-01-19 14:49:32 +08:00 |
|
wing328
|
dcd2c00fe6
|
fix empty object serialization issue
|
2016-01-18 21:42:24 +08:00 |
|
wing328
|
9fd4f39c8c
|
update tostring to use sanitizeforserialization
|
2016-01-18 21:27:29 +08:00 |
|
wing328
|
fee8acef97
|
fix isBinary, CodegenParameter copy, add isBinary to php api client
|
2016-01-15 11:43:02 +08:00 |
|
wing328
|
c7b9635e98
|
add test cases for byte array (body)
|
2016-01-15 11:43:02 +08:00 |
|
wing328
|
f54185c66d
|
add binary support for php response
|
2016-01-15 11:43:02 +08:00 |
|
wing328
|
cba7e063e1
|
add test case for objectserializer
|
2016-01-11 21:01:02 +08:00 |
|
wing328
|
eebf743fad
|
better filename handling in objectseralizer (php)
|
2016-01-11 16:16:49 +08:00 |
|
wing328
|
a7ff6e22ab
|
update php sample before runnning CI tests
|
2016-01-08 14:07:05 +08:00 |
|
wing328
|
61e6cbef66
|
fix httpHeader (remove s)
|
2016-01-08 10:37:48 +08:00 |
|
wing328
|
64427a16d1
|
add more test case for php (array of array, map of map)
|
2016-01-08 10:34:19 +08:00 |
|
Ron
|
3a2ad9e2e4
|
Happy new year!
|
2016-01-06 16:04:16 -08:00 |
|
wing328
|
9ab27cd848
|
update reserved words for php and ruby to include local variable names
in api methods
|
2016-01-06 23:58:58 +08:00 |
|
Arne Jørgensen
|
1292fe4dfd
|
Regenerated PHP petstore sample.
|
2016-01-03 22:59:15 +01:00 |
|
wing328
|
11d6bb9a95
|
php remove duplicated type mapping
|
2015-12-29 15:00:56 +08:00 |
|
Arne Jørgensen
|
84c35bd0cb
|
Regenerated PHP petstore sample.
|
2015-12-27 15:29:08 +01:00 |
|
wing328
|
9faf6f4068
|
add php profiler for petstore, fix empty/null string check
|
2015-12-10 18:55:28 +08:00 |
|
wing328
|
340e60002e
|
more style change for php client
|
2015-12-07 00:52:30 +08:00 |
|
wing328
|
442f87c19a
|
minor style change for php functions
|
2015-12-07 00:42:25 +08:00 |
|
wing328
|
17b14fa281
|
update php sample
|
2015-12-07 00:37:22 +08:00 |
|
wing328
|
11466570f7
|
php add test case for withinfo method returnig void
|
2015-12-07 00:30:17 +08:00 |
|
wing328
|
b282d4fbea
|
add http_parse_headers, update test case
|
2015-12-06 23:58:25 +08:00 |
|
wing328
|
bb341832a5
|
add http info to php api methods
|
2015-12-06 19:00:52 +08:00 |
|
wing328
|
ddc4d8460d
|
fix php access token setter
|
2015-11-25 00:00:26 +08:00 |
|
wing328
|
e11a3d468e
|
update auth for php to skip empty apikey/username,password
|
2015-11-22 18:35:45 +08:00 |
|
wing328
|
6c12e5ac8b
|
update php sample
|
2015-10-28 21:45:22 +08:00 |
|
wing328
|
67815ed5f2
|
add oauth support for php
|
2015-10-28 21:44:12 +08:00 |
|
Arne Jørgensen
|
47b2ae934b
|
Regenerated PHP petstore sample.
|
2015-10-27 22:58:25 +01:00 |
|
Tony Tam
|
a21f08118e
|
rebuilt
|
2015-10-20 10:31:42 -07:00 |
|
wing328
|
7d69107696
|
Merge pull request #1356 from arnested/deserialize-httpHeader
Deserialize httpHeader.
|
2015-10-09 11:31:24 +08:00 |
|
Arne Jørgensen
|
b7b8b527db
|
Use HTTP headers from ApiException in PHP client.
The `$httpHeader` variable was not set when catching exceptions.
See also #1354.
Regenerated php-petstore sample.
|
2015-10-08 11:46:36 +02:00 |
|
Arne Jørgensen
|
3bd4502bbf
|
Deserialize httpHeader.
See #1354.
Regenerated php-petstore sample.
|
2015-10-08 11:25:43 +02:00 |
|
wing328
|
4e4e9e7893
|
add a CLI option to sort method argument
|
2015-09-22 15:57:22 +08:00 |
|
Tony Tam
|
3160913433
|
update files as rebase from #838
|
2015-08-23 11:05:19 -07:00 |
|
wing328
|
f2df26f6e6
|
fix deserializing datetime, add test case
|
2015-08-22 23:09:12 +08:00 |
|
wing328
|
b971aa7433
|
add example to config option, replace localhost with basePath
|
2015-08-13 23:27:59 +08:00 |
|
xhh
|
715c56afcc
|
Rebuild petstore PHP sample with updated order on params
|
2015-07-13 16:51:19 +08:00 |
|
wing328
|
879c1b921c
|
update php petstore sample
|
2015-07-13 15:31:20 +08:00 |
|
wing328
|
f154e407d2
|
update coding style based on CodeSniffer
|
2015-07-13 15:26:12 +08:00 |
|