xhh
a24fee00cb
Support primitive response in Ruby client
2015-07-08 16:46:31 +08:00
xhh
f42f329ace
Parse "date" as Date in Ruby client
2015-07-08 13:10:28 +08:00
xhh
66d16cfeaf
Validate parameter against allowed values (enum)
2015-07-03 16:46:23 +08:00
xhh
846d282ba0
Add helper methods for last response
2015-07-01 18:48:31 +08:00
xhh
6f1dd5ce35
Store last response in a thread-safe way
2015-07-01 17:37:16 +08:00
xhh
108b2241c0
Validate model property against allowed values (enum)
...
when present with attribute setters
2015-07-01 17:18:29 +08:00
xhh
fafddbf040
Fix naming in specs
2015-06-26 17:16:38 +08:00
xhh
d8b0cb739f
Add config file for bin/ruby-petstore.sh
...
to rename swagger_client to petstore
2015-06-26 17:15:14 +08:00
xhh
2d3d35cfd7
Rebuild Ruby petstore client
2015-06-26 16:37:58 +08:00
xhh
40c9f05536
Merge branch 'develop_2.0' into ruby-debug
2015-06-26 10:38:58 +08:00
Tony Tam
31efefe0b9
Merge branch 'csharp_add_cli_support' of ssh://github.com/wing328/swagger-codegen into wing328-csharp_add_cli_support
2015-06-25 11:54:30 -07:00
Tony Tam
e60bd564cb
Merge pull request #864 from geekerzp/python-cli-option
...
[Python] Enabling cli config options for python generator
2015-06-25 11:53:29 -07:00
Tony Tam
69b75bb1af
Merge pull request #885 from mhardorf/develop_2.0
...
Added support for TypeScript generation for AngularJS and Node.js
2015-06-25 11:53:21 -07:00
Tony Tam
1fb796f14d
Merge pull request #891 from who/develop_2.0
...
Replacing getClientResponseStatus() with getStatusInfo()
2015-06-25 11:53:10 -07:00
Tony Tam
e996498a24
Merge pull request #913 from xhh/scala-warnings
...
[Scala] Fix warnings and upgrade jersey for Scala client
2015-06-25 11:52:57 -07:00
Tony Tam
c3d1367e7c
Merge pull request #894 from wing328/csharp_add_nunit
...
[C#] Add NUnit test
2015-06-25 11:52:19 -07:00
Tony Tam
69eae7d35b
merged
2015-06-25 10:23:05 -07:00
Tony Tam
162d1d1f98
merged
2015-06-25 10:21:38 -07:00
Tony Tam
07d5365c5c
merged from #902 , rebuilt client
2015-06-25 10:17:28 -07:00
Tony Tam
f1239aba6c
Merge pull request #908 from wing328/fix_php_file_sep
...
[PHP] Fix regular expression in toPackagePath
2015-06-25 10:10:30 -07:00
Tony Tam
37620518e7
Merge pull request #892 from wing328/add_sinatra
...
[Ruby] Add back Sinatra tempates
2015-06-25 10:10:22 -07:00
xhh
621e3e7b1a
Add comments for some configuration options
2015-06-24 15:57:01 +08:00
wing328
6aac24398a
update model to support inheritance ( #879 )
2015-06-24 14:34:05 +08:00
nmonterroso
efd5b806be
updating php generated samples and updating tests
2015-06-23 09:27:52 -07:00
xhh
13d350be2e
Fix warnings and upgrade jersey for Scala client
...
* Upgrade jersey to latest version (from 1.7 to 1.19)
* Replace getClientResponseStatus() with getStatusInfo()
* Fix the following maven warnings and model import warnings
[WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 72, column 15
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[WARNING] Expected all dependencies to require Scala version: 2.10.4
[WARNING] com.fasterxml.jackson.module:jackson-module-scala_2.10:2.4.2 requires scala version: 2.10.4
[WARNING] org.scala-lang:scala-reflect:2.10.4 requires scala version: 2.10.4
[WARNING] io.swagger:swagger-scala-client:1.0.0 requires scala version: 2.10.4
[WARNING] org.scalatest:scalatest_2.10:2.1.3 requires scala version: 2.10.3
[WARNING] Multiple versions of scala libraries detected!
[WARNING] /Users/xhh/projects/swagger-codegen/samples/client/petstore/scala/src/main/scala/io/swagger/client/model/Pet.scala:3: warning: imported `Category' is permanently hidden by definition of object Category in package model
2015-06-23 21:23:48 +08:00
wing328
550493ba84
fix php separator
2015-06-23 21:20:12 +08:00
xhh
19ee56592e
Allow customizing SSL CA certificate
...
by adding a `ssl_ca_cert` configuration option
2015-06-23 17:23:22 +08: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
xhh
3b6a3b4a38
Add logging for API call entry and result
2015-06-23 10:12:20 +08:00
xhh
229ea93627
Add debugging switch to Ruby generator
2015-06-23 10:06:01 +08: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
wing328
1d59937150
add nunit test for csharp
2015-06-22 11:53:44 +08:00
Andrew B
1aeb50feef
Replacing getClientResponseStatus() with getStatusInfo()
2015-06-18 14:41:17 -07:00
Branden Cash
b74050dd7b
Change to use the autoload.php and change the namespacing
2015-06-18 11:45:08 -07:00
Branden Cash
eed45a41a3
Fixed the missing closing doc chars and updated sample
2015-06-18 11:43:54 -07:00
Branden Cash
719a0b732e
Update sample client
2015-06-18 11:43:48 -07:00
William Cheng
f957471509
update silex sample code location
2015-06-19 02:37:08 +08:00
William Cheng
0b0325b8af
update readme, fix swaggering name
2015-06-19 02:32:50 +08:00
William Cheng
d178d5e7d8
add sinatra template
2015-06-19 02:11:08 +08:00
wing328
6ab7be4058
add package version
2015-06-18 22:20:52 +08:00
wing328
df72188bc0
add cli support to csharp
2015-06-18 22:06:59 +08:00
geekerzp
8d18aee2f2
Update test case test_deserialize_to_dict of python client
2015-06-18 22:02:54 +08:00
Martin Hardorf
449ba4f644
Fixed required parameters for APIs in TypeScript
2015-06-18 12:42:04 +02:00
geekerzp
5d19ef6146
Generate the python into python/ folder directly
2015-06-18 10:43:24 +08:00
geekerzp
a32335dfbc
Enable cli config options for python generator
2015-06-18 10:43:24 +08:00
geekerzp
6b6480a026
Updated xcode project of objc client
2015-06-18 10:38:19 +08:00
geekerzp
a4df33d040
Add comments for SWGJSONResponseSerializer#responseObjectForResponse
...
method of objective-c client.
2015-06-18 10:03:51 +08:00
geekerzp
8b15416be5
Add SWGJSONResponseSerializer for objective-c client.
...
If the response data is valid json, return the deserialized json.
If the response data is invalid json, return the string of response data.
2015-06-18 10:03:51 +08:00