Corentin Jabot
3a5c03c778
Expose Security schemes of operations.
...
A template can now refer to the type ( oath2.0, apiKey, basic )
as well as the name of the security schemes it rquires.
Usage :
{{#operations}}
{{#authMethods}}
{{type}} {{name}}
{{/authMethods}}
{{/operations}}
2015-03-04 14:54:48 +01:00
Tony Tam
9ce4156e4c
Merge pull request #455 from cchafer/responses
...
Implements CodegenResponse, and return default response in Operaiton.Responses (#293 )
2015-03-03 17:34:47 -08:00
Tony Tam
f82afe0026
Merge pull request #452 from herveDarritchon/develop_2.0
...
Defect (Issue #445 ) : change the call of initialCaps for getter and setter proper generation
2015-03-03 17:33:01 -08:00
Tony Tam
a724cd0780
added meta generator
2015-03-02 23:28:59 -08:00
Tony Tam
6b823b88d9
moved logic into abstract class for extensions
2015-03-02 17:29:29 -08:00
Tony Tam
8fb180133a
merged from master
2015-03-02 10:59:35 -08:00
nate
dd0ccff58a
Minor typo in help text.
2015-03-01 14:18:11 -05:00
nate
a793d5c6cc
Changed the --auth parameter to require a value so it is not ignored.
2015-03-01 14:13:08 -05:00
gandrianakis
d313d4da3f
Fixed bug that prevented Objective-C code from compiling when using a Swagger 'map' type
2015-02-27 10:11:35 +02:00
Camille Chafer
c15ac0b6d4
Each type used by any response is now added to the imports list
2015-02-25 17:12:28 +01:00
Camille Chafer
f9a16d856c
Add 'default' response (200) to responses list, and add Types to the CodegenResponse object ( #293 ). In the same time, clarify, simplfy and factorize code.
2015-02-25 16:46:33 +01:00
Camille Chafer
5713dce00a
add missing types on the Responses Object implementation( CodegenResponse.java) (part of #293 )
2015-02-25 16:39:10 +01:00
Hervé Darritchon
69be95d586
Defect (Issue #445 ) : change the call of initialCaps for getter and setter with Introspector.decapitalize from pakage java.beans.
2015-02-24 08:20:49 +01:00
Tony Tam
5c31d68fee
updated to add resolve flag
2015-02-23 22:42:45 -08:00
Tony Tam
bfc1ed3081
added async scala generator #440
2015-02-22 08:57:40 -08:00
Tony Tam
4ce0a65ad5
fix for #444 , paths on windows
2015-02-22 08:56:03 -08:00
Tony Tam
06164cdc51
updated file separator replacement
2015-02-17 15:04:06 -08:00
Mikhail Kreymerman
fdd485608f
fixed StringIndexOutOfBoundsException on Windows
2015-02-17 23:00:23 +01:00
Tony Tam
678bbd6676
made dynamic swagger config example
2015-02-16 20:17:00 -08:00
Tony Tam
8befb95986
added type tag
2015-02-16 18:19:06 -08:00
Tony Tam
5790c7d289
fix for #191 , not detecting correct file name
2015-02-16 17:18:19 -08:00
Tony Tam
3b501f4134
added better enum support
2015-02-15 22:05:45 -08:00
Tony Tam
e943f5c864
added readme, rebuilt client
2015-02-15 19:50:23 -08:00
Tony Tam
719820c089
added help response if args not set
2015-02-15 19:11:15 -08:00
Tony Tam
db5259b913
updated script, addressed #189 with type mapping
2015-02-15 18:06:40 -08:00
Tony Tam
dd971f19e7
added support for headers when generating per #102
2015-02-15 17:15:40 -08:00
Tony Tam
785cc4e29a
fixed file suffix
2015-02-14 17:49:33 -08:00
Tony Tam
feb6119572
added supporting data post processing
2015-02-14 17:08:51 -08:00
Tony Tam
391806570c
updated script
2015-02-14 16:30:38 -08:00
Tony Tam
2bc5e71f91
updated year in comments
2015-02-12 21:53:37 -08:00
Tony Tam
dd9da67f51
made match case insensitive
2015-02-12 21:51:44 -08:00
Luca Milanesio
8e327aa24b
Support for Secure SPNEGO kerberos negotiation
...
Ability to integrate with a SPNEGO-protected REST API
with KerberosV5 ticket preemptive authentication.
2015-02-09 20:14:13 +00:00
Luca Milanesio
592d59ceb2
Support for HTTP Async client transport for Jersey on Scala
...
When generating Scala client, the ApiInvoker is a class with
overridable options, avoiding the need of public vars to be
manually modified.
Additionally it is possible to plug the AsyncHttp protocol
for Jersey in order to achieve Netty support and maximum scalability.
NOTE: Support for Scala 2.10.0-3 removed as largely obsolete
2015-02-09 19:59:26 +00:00
Tony Tam
ffe5fc7fd2
changed signature for usage in generator
2015-02-07 14:59:35 -08:00
Tony Tam
cbc9fdbe34
updated annotations
2015-02-07 11:08:21 -08:00
russellb337
bd91922072
Add API Version to Codeine Additional Properties
...
Also updated htmlDocs template so html documentation shows API version.
2015-02-06 16:26:33 -08:00
Tony Tam
7315b0ce2c
changed scope per #414
2015-02-06 05:55:30 -08:00
Tony Tam
8b32db73c2
formatting
2015-02-06 05:52:05 -08:00
Tony Tam
bffd43c8fc
fixed container type
2015-02-06 05:51:56 -08:00
Tony Tam
6f7a1bb7e3
added reserved words
2015-02-06 05:51:23 -08:00
Tony Tam
3815dfa6a2
updated packages
2015-02-05 21:06:35 -08:00
Tony Tam
2ed8e10fe4
added null check for simple definitions with no models
2015-02-05 16:16:04 -08:00
Tony Tam
f7c6810757
updated samples
2015-02-05 11:35:13 -08:00
Tony Tam
6bb2e4ccb4
moved to modules per #411
2015-02-05 07:17:38 -08:00