wing328
|
550493ba84
|
fix php separator
|
2015-06-23 21:20:12 +08:00 |
|
Martin Hardorf
|
c45af23946
|
Fixed headerParams and paramName
|
2015-06-23 12:05:43 +02:00 |
|
xhh
|
19ee56592e
|
Allow customizing SSL CA certificate
by adding a `ssl_ca_cert` configuration option
|
2015-06-23 17:23:22 +08:00 |
|
kubo_takaichi
|
aec4af1b88
|
Replace slash with File.separator
|
2015-06-23 16:10:21 +09:00 |
|
xhh
|
46869df631
|
Make HTTP response accessible by storing the last response
so that users are able to retrieve, for example, rate-limit headers
from the response
|
2015-06-23 15:02:40 +08:00 |
|
nmonterroso
|
c91a1b963b
|
change serializer to be instanced, rather than static methods
|
2015-06-22 21:33:44 -07:00 |
|
nmonterroso
|
2fced0f634
|
Revert "Updates to csharp model template to support inheritance"
This reverts commit 5f1df9e093.
|
2015-06-22 21:12:13 -07:00 |
|
nmonterroso
|
60b0ffeb0e
|
don't prepend the invokerPackage - an artifact from an earlier implementation
|
2015-06-22 21:06:22 -07:00 |
|
nmonterroso
|
6623e120cd
|
renaming to Configuration
|
2015-06-22 20:53:59 -07:00 |
|
nmonterroso
|
46ec934a9c
|
java7 doesn't have replace, but put operates as such, so switch to that
|
2015-06-22 20:49:12 -07:00 |
|
nmonterroso
|
5a9e9550ca
|
fixing php-doc
|
2015-06-22 20:43:00 -07:00 |
|
nmonterroso
|
8e0142338e
|
removing unused imports
|
2015-06-22 20:36:57 -07:00 |
|
nmonterroso
|
61e368ce87
|
Merge remote-tracking branch 'swagger/develop_2.0' into php-upgrades
|
2015-06-22 20:29:09 -07:00 |
|
nmonterroso
|
c93b0dd3b8
|
make srcBasePath configureable
|
2015-06-22 20:24:19 -07:00 |
|
kubo_takaichi
|
79e31a5761
|
Add a workaround against void forcibly being converted to string
|
2015-06-23 12:20:00 +09:00 |
|
kubo_takaichi
|
fa3a9a9d61
|
Change class package
|
2015-06-23 12:20:00 +09:00 |
|
kubo_takaichi
|
febaa340e3
|
Treat object as String (temporary measure)
|
2015-06-23 12:20:00 +09:00 |
|
kubo_takaichi
|
bcab55e3ef
|
Tighten parameter requirement
|
2015-06-23 12:20:00 +09:00 |
|
kubo_takaichi
|
24465d2df4
|
Change model naming
|
2015-06-23 12:20:00 +09:00 |
|
kubo_takaichi
|
8540ac71c8
|
Update swift code generation script
|
2015-06-23 12:20:00 +09:00 |
|
kubo_takaichi
|
9e47042122
|
Update models
|
2015-06-23 12:20:00 +09:00 |
|
kubo_takaichi
|
e0109afc60
|
Fix typo
|
2015-06-23 12:20:00 +09:00 |
|
kubo_takaichi
|
ff88f7175d
|
Update models
|
2015-06-23 12:20:00 +09:00 |
|
kubo_takaichi
|
c9a9b0ad2b
|
Refine authMethods description
|
2015-06-23 12:20:00 +09:00 |
|
kubo_takaichi
|
db01ec801f
|
Add suppressRequired functionality
|
2015-06-23 12:20:00 +09:00 |
|
kubo_takaichi
|
495e528eec
|
Add generated code
|
2015-06-23 12:20:00 +09:00 |
|
kubo_takaichi
|
a7c91d610f
|
Add error response body to NSError
|
2015-06-23 12:20:00 +09:00 |
|
kubo_takaichi
|
d08acf7298
|
Add a dateTime formatter candidate
|
2015-06-23 12:20:00 +09:00 |
|
kubo_takaichi
|
7be35bb02e
|
Change method name to avoid name collision
|
2015-06-23 12:20:00 +09:00 |
|
Raghav sidhanti
|
b4d6fd3ba3
|
Returning when query param value is null.
|
2015-06-22 20:16:35 -07:00 |
|
nmonterroso
|
d5d1483656
|
properly account for custom and non-custom settings for modelPackage and apiPackage
|
2015-06-22 20:14:54 -07:00 |
|
Tony Tam
|
02c41ac574
|
fix for #900, invalid param name for java client
|
2015-06-22 20:00:28 -07:00 |
|
nmonterroso
|
3a6f431f62
|
make packagePath configureable, and remove unused code
|
2015-06-22 19:34:03 -07:00 |
|
nmonterroso
|
4fe979a8c0
|
code compiles and *should* work, but need to re-organize for separate client/api-specific class namespaces
|
2015-06-22 19:26:26 -07:00 |
|
xhh
|
3b6a3b4a38
|
Add logging for API call entry and result
|
2015-06-23 10:12:20 +08:00 |
|
nmonterroso
|
da14c9e692
|
changing to invokerPackage
|
2015-06-22 19:09:32 -07:00 |
|
nmonterroso
|
b8b003bc83
|
Merge remote-tracking branch 'swagger/develop_2.0' into php-upgrades
Conflicts:
modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/PhpClientCodegen.java
modules/swagger-codegen/src/main/resources/php/ApiClient.mustache
modules/swagger-codegen/src/main/resources/php/ApiException.mustache
modules/swagger-codegen/src/main/resources/php/api.mustache
modules/swagger-codegen/src/main/resources/php/autoload.mustache
modules/swagger-codegen/src/main/resources/php/configuration.mustache
modules/swagger-codegen/src/main/resources/php/model.mustache
modules/swagger-codegen/src/test/scala/php/PhpModelTest.scala
|
2015-06-22 19:09:13 -07:00 |
|
xhh
|
229ea93627
|
Add debugging switch to Ruby generator
|
2015-06-23 10:06:01 +08:00 |
|
xhh
|
24296eacea
|
Merge branch 'develop_2.0' into params-order
Conflicts:
samples/client/petstore/ruby/lib/swagger_client/api/pet_api.rb
|
2015-06-23 10:02:18 +08:00 |
|
Raghav Sidhanti
|
6958db3d3d
|
Refactored Pairs to use List instead of Set.
|
2015-06-22 17:14:18 -07:00 |
|
Raghav Sidhanti
|
32b50e7c8e
|
Refactored parameterToPairs
|
2015-06-22 17:02:00 -07:00 |
|
Tony Tam
|
b803895750
|
Merge pull request #865 from ammmze/feature/php-namespace-and-doc
Improve PHP namespace support
|
2015-06-22 16:53:57 -07:00 |
|
Tony Tam
|
d1153dfeb4
|
Merge pull request #866 from geekerzp/develop_2.0_objc_deserialize_map
[Objc] bug fix for map response
|
2015-06-22 16:53:28 -07:00 |
|
Tony Tam
|
385fab225e
|
Merge pull request #871 from xhh/ruby-object-type
[Ruby] Support deserialization of "object" type in Ruby generator
|
2015-06-22 16:53:21 -07:00 |
|
Tony Tam
|
89a5abb217
|
Merge pull request #870 from wing328/perl_cli_support
[Perl] Add CLI config options and code enhancement
|
2015-06-22 16:53:12 -07:00 |
|
Raghav Sidhanti
|
79a5614be9
|
Invalid strings will be passed as blank query param.
|
2015-06-22 15:55:29 -07:00 |
|
Raghav Sidhanti
|
a1b56c9b83
|
Renamed QueryParam to Pair class in Android templates.
|
2015-06-22 15:28:29 -07:00 |
|
Raghav Sidhanti
|
ecddfb7ccf
|
Renamed QueryParam to Pair class in Java templates.
|
2015-06-22 15:16:45 -07:00 |
|
nmonterroso
|
bd5eb7ace3
|
update tests
|
2015-06-22 12:30:52 -07:00 |
|
nmonterroso
|
8e15bd6a85
|
call setHost on config
|
2015-06-22 12:13:39 -07:00 |
|