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 |
|
nmonterroso
|
5ef50f9f4b
|
rename ApiConfiguration to ApiClientConfiguration
|
2015-06-22 12:07:48 -07:00 |
|
nmonterroso
|
a6331244e1
|
move all configuration to ApiConfiguration
|
2015-06-22 12:05:22 -07:00 |
|
nmonterroso
|
01d7776fc1
|
don't create a new response object, and keep the old string value in the exception and have the object as ApiException->responseObject
|
2015-06-22 11:47:23 -07:00 |
|
nmonterroso
|
109b7eeaec
|
adding static setters/getters for models since members are no public
|
2015-06-22 11:19:01 -07:00 |
|
nmonterroso
|
5de99bafa7
|
fixing package output
|
2015-06-22 11:18:36 -07:00 |
|
Gareth Evans
|
a664abcf51
|
Contributed maven plugin to the swagger-codegen project
|
2015-06-22 19:17:29 +01:00 |
|
nmonterroso
|
6f11092a57
|
call setHost using API baspath when no apiclient is provided
|
2015-06-22 10:35:57 -07:00 |
|
nmonterroso
|
e598384d97
|
move authentication to the API level, so that supporting classes aren't api-specific
|
2015-06-22 10:31:38 -07:00 |
|
nmonterroso
|
53bddae904
|
separate serialization responsibility to ObjectSerializer class
|
2015-06-22 09:47:28 -07:00 |
|
nmonterroso
|
1519912a1a
|
cleaning up some php doc
|
2015-06-22 09:26:45 -07:00 |
|
nmonterroso
|
b3a3bdd2e0
|
add fully-qualified class names to deserialize params
|
2015-06-22 09:18:41 -07:00 |
|
nmonterroso
|
04be474f56
|
moving $host back to ApiClient and making ApiClient setters fluent
|
2015-06-22 08:36:49 -07:00 |
|
nmonterroso
|
99e963709b
|
renaming configuration
|
2015-06-22 08:30:08 -07:00 |
|
nmonterroso
|
b9ca19168a
|
remove static fields in Configuration and make variable case more consistent
|
2015-06-22 08:28:22 -07:00 |
|
geekerzp
|
acf09da578
|
Fix typo in python codegen
|
2015-06-22 16:35:15 +08:00 |
|
wing328
|
1d59937150
|
add nunit test for csharp
|
2015-06-22 11:53:44 +08:00 |
|
nmonterroso
|
caa1b7f411
|
generate model imports for support files, and use them as imports
|
2015-06-19 15:20:29 -07:00 |
|
Raghav Sidhanti
|
7a9a41fe01
|
Java and Android template changes to accommodate query params defined by the collection-format.
|
2015-06-19 14:06:25 -07:00 |
|
nmonterroso
|
acdc5328fe
|
deserialize thrown exceptions
|
2015-06-19 11:24:56 -07:00 |
|
nmonterroso
|
3252dd0d18
|
check for null array in constructor
|
2015-06-19 10:32:38 -07:00 |
|
nmonterroso
|
5c409884b9
|
make setters fluent
|
2015-06-19 10:31:05 -07:00 |
|
nmonterroso
|
f9f58596b8
|
account for return type where the response type is in a list container, and properly import models into operations
|
2015-06-18 16:51:24 -07:00 |
|
nmonterroso
|
bb11322919
|
use proper namespaces, getters/setters, and phpdocs
|
2015-06-18 15:41:12 -07:00 |
|
nmonterroso
|
4495774fd5
|
proper autoloader and move generated files to PSR-4 compliant locations
|
2015-06-18 15:08:45 -07: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
|
2ac7384abf
|
Fix tests
|
2015-06-18 11:43:54 -07:00 |
|
Branden Cash
|
eed45a41a3
|
Fixed the missing closing doc chars and updated sample
|
2015-06-18 11:43:54 -07:00 |
|
Branden Cash
|
69c2f6f945
|
Add phpdoc for the api.apiClient
|
2015-06-18 11:43:54 -07:00 |
|
Branden Cash
|
5119299e8a
|
Remove unused code
|
2015-06-18 11:43:54 -07:00 |
|
Branden Cash
|
719a0b732e
|
Update sample client
|
2015-06-18 11:43:48 -07:00 |
|
Branden Cash
|
8ed690cad0
|
Better namespace support, so that your not limited to only having a single vendor space, you can have \Vendor\Package\Model as a namespace. Also updates with proper phpdoc comments so that IDE code hinting can function properly.
|
2015-06-18 11:41:14 -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 |
|
nmonterroso
|
4ef34680cd
|
renaming to ApiClient.mustache
|
2015-06-18 10:30:53 -07: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
|
194c8ff71d
|
Update config-help message of python client
|
2015-06-18 10:43:25 +08:00 |
|