wing328
5c335beb60
removed description testing for Category
2015-04-06 18:28:43 +08:00
wing328
8d6d1cb329
recovered APIclient due to merge
2015-04-06 18:10:43 +08:00
wing328
6b2035e353
Merge branch 'php_package' of https://github.com/wing328/swagger-codegen into php_package
...
Conflicts:
modules/swagger-codegen/src/main/resources/php/APIClient.mustache
samples/client/petstore/php/SwaggerPetstore-php/lib/APIClient.php
samples/client/petstore/php/SwaggerPetstore-php/lib/PetApi.php
samples/client/petstore/php/SwaggerPetstore-php/lib/StoreApi.php
samples/client/petstore/php/SwaggerPetstore-php/lib/UserApi.php
samples/client/petstore/php/SwaggerPetstore-php/lib/models/Category.php
samples/client/petstore/php/SwaggerPetstore-php/lib/models/Order.php
samples/client/petstore/php/SwaggerPetstore-php/lib/models/Pet.php
samples/client/petstore/php/SwaggerPetstore-php/lib/models/Tag.php
samples/client/petstore/php/SwaggerPetstore-php/lib/models/User.php
2015-04-06 18:05:10 +08:00
wing328
3811a5a209
resolve conflict during rebase
2015-04-06 18:03:15 +08:00
wing328
c1046cc87b
add php packaging support
2015-04-06 17:59:42 +08:00
Tony Tam
1b4367ffba
updated readme
2015-04-05 13:50:49 -07:00
Tony Tam
27c7e69fba
updated templates
2015-04-05 13:42:20 -07:00
Tony Tam
448462552f
updated logic, merged
2015-04-04 22:12:30 -07:00
Tony Tam
14cbc2d90d
Merge branch 'develop_2.0_objc_form_params' of https://github.com/geekerzp/swagger-codegen into geekerzp-develop_2.0_objc_form_params
2015-04-04 21:34:26 -07:00
Tony Tam
dfa2c22e0c
Merge pull request #566 from geoand/Apache_HttpClient_Connection_Manager
...
Switched SingleClientConnManager with ThreadSafeClientConnManager.
2015-04-04 21:33:38 -07:00
Tony Tam
a57588caa1
Merge pull request #588 from wing328/csharp_response_warning
...
Eliminated warning related to response in CSharp API files
2015-04-04 21:00:31 -07:00
Tony Tam
a0c9296ee8
name rebuilds, tests
2015-04-04 20:04:10 -07:00
Tony Tam
0c2e464c71
updated jetty version
2015-04-04 17:49:36 -07:00
Tony Tam
15236ef376
updated ruby template
2015-04-04 17:45:22 -07:00
Tony Tam
950bfff1c1
fixed serialization of arrays
2015-04-04 17:20:18 -07:00
Tony Tam
ba2ccf788c
name rebuilds, tests
2015-04-04 17:00:22 -07:00
Tony Tam
f0e41bf43e
template updates
2015-04-04 16:28:43 -07:00
Tony Tam
9c75304832
updated to overwrite files
2015-04-04 16:28:33 -07:00
Tony Tam
02fd96a24a
added spring-mvc sample
2015-04-04 13:46:35 -07:00
Tony Tam
568ca26747
renamed folder
2015-04-04 11:53:02 -07:00
Tony Tam
1e82fc5d24
removed old code
2015-04-04 11:49:40 -07:00
Tony Tam
d9f8fcb7a4
fixes for #501
2015-04-04 00:02:34 -07:00
Tony Tam
acf2c8cc9d
removed printlns
2015-04-03 23:12:50 -07:00
Tony Tam
60e5899dc3
updated codegen
2015-04-03 23:02:38 -07:00
Tony Tam
f75312105d
added property file
2015-04-03 22:41:00 -07:00
Tony Tam
610143f4ad
fix for #577 , added newline replacement
2015-04-03 22:22:31 -07:00
Tony Tam
2cc9b10a1e
Merge branch 'develop_2.0' of github.com:swagger-api/swagger-codegen into develop_2.0
2015-04-03 22:15:10 -07:00
Tony Tam
f3ab28b92d
fix for #589 , escape text for parameter description
2015-04-03 22:15:00 -07:00
wing328
660d336646
fix warning related to csharp response, better code format for csharp api
2015-04-03 23:10:10 +08:00
geekerzp
d4ac668cd4
Set default User-Agent for Python client.
2015-04-03 18:04:05 +08:00
Camille Chafer
6c4765fd00
Parameters names where camelized with first letter not lower
2015-04-02 18:00:25 +02:00
Camille Chafer
ef3811390f
Some fixes for Wordnik & Petstore examples
2015-04-02 17:46:26 +02:00
Camille Chafer
0811e0bce3
Add Akka-Scala client generator. This client uses Spray as Http Client.
2015-04-02 16:22:52 +02:00
William Cheng
1c0cb7f884
fix syntax
2015-04-02 06:12:07 +08:00
William Cheng
bc24e5e290
update ruby accept header
2015-04-02 05:23:53 +08:00
Sunny Gupta
80259fbcc4
Fixed the compile time error in the generated code caused due to unescaped new line characters.
...
Since the description text is not being escaped, if there is a new line character, it will cause a new line to be added to the source code. This can cause compile time error if the new line character is part of a string (e.g. java string) and there is no '+' sign explicitly added to the code. Note: The code was doing escapeText for properties but not for models. This patch fixes that.
2015-04-01 12:33:44 -07:00
Tony Tam
64292cdc9b
Merge branch 'develop_2.0' of github.com:swagger-api/swagger-codegen into develop_2.0
2015-04-01 07:41:54 -07:00
Tony Tam
df771b5a4d
updated springfox templates
2015-04-01 07:41:45 -07:00
Tony Tam
8b8e8d70f9
Merge pull request #580 from wing328/php_content_type
...
Fix content-type and accept in PHP API
2015-04-01 07:29:57 -07:00
Tony Tam
f142474a54
updated templates
2015-03-31 21:47:30 -07:00
Tony Tam
084d448fd4
Merge branch 'develop_2.0' of github.com:swagger-api/swagger-codegen into develop_2.0
2015-03-31 21:00:34 -07:00
Tony Tam
1385a157e9
moved count
2015-03-31 21:00:15 -07:00
Tony Tam
fe3c3cc8bc
fix for #578
2015-03-31 20:59:57 -07:00
xhh
d5ad4c4ae7
Fix date time format for Android client
...
According to Android's docs (https://developer.android.com/reference/java/text/SimpleDateFormat.html )
the `SimpleDateFormat` class in Android does not accept `XXX` as the timezone, it uses `Z` instead.
Also updated the date time format of Android and Java clients to include milliseconds.
2015-04-01 10:22:04 +08:00
Tony Tam
cd2c8f6527
Merge branch 'develop_2.0' of github.com:swagger-api/swagger-codegen into develop_2.0
2015-03-31 16:08:53 -07:00
Tony Tam
93fef67c7e
added required check
2015-03-31 16:08:37 -07:00
Tony Tam
5f07fb0b03
sorted
2015-03-31 16:07:37 -07:00
Tony Tam
f17968d5b3
fixed required flag
2015-03-31 16:07:24 -07:00
Tony Tam
055c4397e9
renamed
2015-03-31 16:07:07 -07:00
Tony Tam
62a99115fc
renamed
2015-03-31 16:06:52 -07:00