wing328
8f2c99f0af
Merge pull request #1005 from mhardorf/sort-by-inheritance
...
Sort model objects by inheritance
2015-07-25 18:18:29 +08:00
Mads Mætzke Tandrup
81f5cc47e7
Rename property to be more language specific
2015-07-25 12:03:17 +02:00
Mads Mætzke Tandrup
e924cec595
Conditional copy properties from parent.
...
Pull request #946 broke the TypeScript generation with inheritance where a superclass defined an enum. This makes it up to each language to decide the behavior appropriate for the language.
2015-07-25 07:45:08 +02:00
Mads Mætzke Tandrup
34b341874c
Include api and model package in angular
2015-07-24 11:05:36 +02:00
Mads Mætzke Tandrup
7a1f3dbf9e
Fix angular output to go to one dir to make it build
2015-07-24 10:23:07 +02:00
Mads Mætzke Tandrup
88ed496b44
Extract abstract class for TypeScript generators
2015-07-24 10:03:02 +02:00
Mads Mætzke Tandrup
646da19c7d
Combine TypeScript node output in one file and add missing require statements
2015-07-24 09:48:49 +02:00
Atsushi Nagase
80b5363202
[Swift] add cliOptions for podspec
...
```
podSource
Source information used for Podspec
podVersion
Version used for Podspec
podAuthors
Authors used for Podspec
podSocialMediaURL
Social Media URL used for Podspec
podDocsetURL
Docset URL used for Podspec
podLicense
License used for Podspec
podHomepage
Homepage used for Podspec
podSummary
Summary used for Podspec
podDescription
Description used for Podspec
podScreenshots
Screenshots used for Podspec
podDocumentationURL
Documentation URL used for Podspec
```
2015-07-24 16:27:28 +09:00
Atsushi Nagase
071fc2ded6
[Swift] Add podspec template
2015-07-23 22:22:45 +09:00
Martin Hardorf
992b0c7e5e
Sort model objects by inheritance
2015-07-23 13:11:53 +02:00
geekerzp
08ea05f7a1
Update objc client.
...
* Add comments in SWGConfiguration.h
* Change `Date` to `date` in ObjcClientCodegen.java
* Update comments in model body template
2015-07-23 16:03:38 +08:00
Andrew B
8a399ee1cb
Renaming the C# .net 2.0 to be more generic
2015-07-22 11:13:13 -07:00
Andrew B
4e5b9e4af3
Renaming the C# .net 2.0 to be more generic
2015-07-22 11:13:08 -07:00
wing328
cde8d7ba4c
Merge pull request #984 from geekerzp/python-enum
...
[Python] Support enum for model property
2015-07-22 16:48:34 +08:00
Andrew B
0247f0774d
Updating the mono compile script to target .net 2
2015-07-21 11:12:17 -07:00
Andrew B
a6012ecf41
Initial commit of the Unity3D C# .net 2.0 generator
2015-07-20 23:26:59 -07:00
wing328
405e5a7a35
Merge pull request #946 from xhh/model-all-of
...
Copy properties from parent models defined with allOf
2015-07-21 11:41:24 +08:00
xhh
3de42afed3
Implement API client structure for Ruby client
2015-07-21 11:37:46 +08:00
wing328
f1304022b0
Merge pull request #852 from tomtit/issue837
...
Fixed #837 : Generation of default values for complex arrays and maps has been improved.
2015-07-21 11:28:43 +08:00
wing328
27113cf326
Merge pull request #859 from lugaru1234/issue831
...
Fixed #831 : skipOverwrite flag has been added
2015-07-20 21:14:33 +08:00
geekerzp
3993ef3dc8
Update python codegen.
...
Remove leading underscore.
2015-07-16 18:58:23 +08:00
geekerzp
a25d3f2543
Update README file of objc client
2015-07-15 17:10:23 +08:00
geekerzp
3f017af464
Update objc client.
...
Replace SWGFile with NSURL.
2015-07-15 17:10:23 +08:00
geekerzp
0e56d0d1c6
Support file downloading in Objc codegen.
2015-07-15 17:10:23 +08:00
geekerzp
f48a7f20e6
Update config-help of objc cli
2015-07-15 17:10:23 +08:00
geekerzp
9a15ced211
Supoort customize classPrefix in objc client.
2015-07-15 17:10:23 +08:00
geekerzp
e244d20152
Remove lib files.
2015-07-15 17:10:23 +08:00
geekerzp
412b6b3839
Update objc client.
...
* Package objc client using cocoapods.
* Support cli options.
2015-07-15 17:08:45 +08:00
geekerzp
0a652a3d13
Fix issue#896 https://github.com/swagger-api/swagger-codegen/issues/896
2015-07-15 17:08:44 +08:00
wing328
157b07e552
Merge pull request #912 from gabrielar/develop_2.0-pull-requests/add-pathPrefix-key-to-operations
...
Add a `pathPrefix` key to the `operations` key
2015-07-15 10:26:13 +08:00
wing328
1f097ee1a1
Merge pull request #977 from who/develop_2.0
...
[PHP] Support for customizing namespace and Composer fields
2015-07-15 10:06:26 +08:00
xhh
e5bdb3a0c1
Fix NullPointerException for authMethods
2015-07-15 09:21:09 +08:00
wing328
dd35c672f0
Merge pull request #935 from geekerzp/python-file-response
...
[Python] Support file downloading for Python API client
2015-07-14 17:45:11 +08:00
wing328
7242a664e3
Merge pull request #923 from xhh/ruby-debug
...
[Ruby] Some improvements & cleaning-up on Ruby API client
2015-07-14 16:34:41 +08:00
wing328
5821e41185
Merge pull request #927 from wing328/csharp_file_response
...
[C# ] Add file response
2015-07-14 12:34:51 +08:00
xhh
822e640e0a
Merge branch 'develop_2.0' into ruby-debug
...
Conflicts:
modules/swagger-codegen/src/main/resources/ruby/swagger/configuration.mustache
modules/swagger-codegen/src/main/resources/ruby/swagger/request.mustache
samples/client/petstore/ruby/lib/petstore/swagger/request.rb
samples/client/petstore/ruby/lib/swagger_client.rb
samples/client/petstore/ruby/lib/swagger_client/swagger/configuration.rb
2015-07-14 12:33:17 +08:00
geekerzp
6df6c079ee
Support file downloading in Python codegen.
2015-07-14 09:39:18 +08:00
Andrew B
f4226474e2
Updating command-line parameter description for artifactVersion
2015-07-13 15:02:14 -07:00
Andrew B
b70a0bf0c6
Fixing an issue with errant namespace in the sample petstore
2015-07-13 14:56:33 -07:00
Andrew B
7dca394eca
Support for customizing Composer package and namespaces
2015-07-13 14:46:56 -07:00
xhh
aad05c4dee
Merge branch 'develop_2.0' into params-order
...
Conflicts:
samples/client/petstore/php/SwaggerClient-php/lib/PetApi.php
samples/client/petstore/php/SwaggerClient-php/lib/StoreApi.php
samples/client/petstore/php/SwaggerClient-php/lib/UserApi.php
2015-07-13 16:48:19 +08:00
xhh
fb0b7d622f
Merge branch 'develop_2.0' into params-order
...
Conflicts:
modules/swagger-codegen/src/main/resources/php/api.mustache
2015-07-13 15:30:06 +08:00
wing328
44705b566d
add default version for package
2015-07-13 15:24:12 +08:00
wing328
fcd0b31d7d
add file response for php
2015-07-13 15:09:09 +08:00
wing328
4c2df94ec7
Merge pull request #953 from bletail/develop_2.0
...
Python/Python3 datetime and date type fixed
2015-07-13 15:05:13 +08:00
wing328
38760d2aa1
Merge pull request #915 from xhh/ruby-file-response
...
[Ruby] Support file downloading for Ruby API client
2015-07-13 14:50:40 +08:00
wing328
f6174051cb
Merge pull request #931 from cbornet/oauth_support
...
generate oauth2 fields in the data for the templates
2015-07-13 14:39:14 +08:00
wing328
68915eeb8f
Merge pull request #968 from mhardorf/develop_2.0
...
Cleaned up TypeScript code generator
2015-07-13 12:16:11 +08:00
wing328
045a3b44c1
Merge pull request #901 from tkQubo/feature/swift_develop_2.0
...
[Swift] Some fixes for SwiftGenerator for develop 2.0
2015-07-13 11:51:07 +08:00
Dilip Krishnan
9283249963
Updated the swagger-codegen sample for generating the service side stubs
...
for spring mvc using springfox implementation
2015-07-12 20:56:31 -05:00