wing328
2ab315fa6f
Merge branch 'csharp_default_paths' of https://github.com/jimschubert/swagger-codegen into jimschubert-csharp_default_paths
...
Conflicts:
modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/AbstractCSharpCodegen.java
samples/client/petstore/csharp/SwaggerClient/README.md
samples/client/petstore/csharp/SwaggerClient/docs/FormatTest.md
samples/client/petstore/csharp/SwaggerClient/src/IO.Swagger/Model/FormatTest.cs
samples/client/petstore/csharp/SwaggerClientTest/Lib/SwaggerClient/src/main/csharp/IO/Swagger/Model/InlineResponse200.cs
samples/client/petstore/csharp/SwaggerClientTest/SwaggerClientTest.csproj
samples/client/petstore/csharp/SwaggerClientTest/SwaggerClientTest.userprefs
samples/client/petstore/csharp/SwaggerClientTest/obj/Debug/SwaggerClientTest.csproj.FilesWrittenAbsolute.txt
2016-05-07 17:30:40 +08:00
wing328
6b0b343b92
add option to support ES6
2016-05-03 16:42:02 +08:00
Jim Schubert
7b578a4c4e
Update C# client structure using common standards
...
Aligns C# project outputs more with community accepted standards and
leverges Nuget for package management.
This also moves the generated C# sample code out of the test project's
Lib folder. The output structure here was causing some issues with
maintainability (e.g. had to update test project with generated code).
(see: https://gist.github.com/davidfowl/ed7564297c61fe9ab814 )
Output for a project, IO.Swagger will now look like:
.
├── IO.Swagger.sln
├── README.md
├── bin
├── build.bat
├── build.sh
├── docs
├── packages
└── src
├── IO.Swagger
│ └── packages.config
└── IO.Swagger.Test
└── packages.config
This is a change from the Java-like src/main/csharp/IO/Swagger/etc
structure and will be a breaking change for some.
2016-05-01 20:03:45 -04:00
wing328
5522edac0c
Merge pull request #2466 from wing328/nodejs_method_name
...
[NodeJS] fix operationId issue with Nodejs
2016-04-09 18:53:55 +08:00
wing328
64b01f7800
update nodejs server sample
2016-04-09 18:10:46 +08:00
wing328
dd8b581827
add new ruby files
2016-04-09 17:50:01 +08:00
wing328
47bb5689d9
better hanlding of model name starting with number
2016-03-17 11:49:06 +08:00
wing328
5db16325d4
update perl model to support prefix and suffix
2016-02-27 21:47:07 +08:00
wing328
28769ac671
add prefix and suffic support to php and python models
2016-02-27 18:30:56 +08:00
wing328
a36966d961
Merge pull request #1991 from jaz-ah/issue-1989
...
[Swift] fix issue 1989: generate AnyObject type from json object type instead…
2016-02-10 00:42:39 +08:00
Joseph Zuromski
288acdb2d4
one more gitignore to keep git clean after build
2016-02-08 13:04:18 -08:00
Joseph Zuromski
7c4983df16
fixup gitignore/schemes
2016-02-08 12:59:35 -08:00
Joseph Zuromski
bc0658e81c
add in initial swift client tests
2016-02-08 12:51:14 -08:00
Joseph Zuromski
a4a1372fc1
update swift samples
2016-02-07 05:59:23 -08:00
GU Yu (Byron)
06ef76631c
Add .gradle into .gitignore.
2016-01-29 01:23:45 +08:00
GU Yu (Byron)
66799bc695
Merge branch 'master' into vagrant_new
2016-01-22 16:12:06 +08:00
GU Yu (Byron)
f15341efae
Run docker in vagrant
2016-01-22 14:34:13 +08:00
wing328
7b1dde3d85
Merge pull request #1911 from wing328/mapping_update_binary
...
Add "binary" mapping in code generators
2016-01-18 12:29:18 +08:00
wing328
bfc83b330f
fix indent, update perl & python sample
2016-01-17 19:32:50 +08:00
wing328
1bae5c44b2
fix null apiclient in .net (windows)
2016-01-17 16:04:13 +08:00
wing328
fc218d0b4f
Merge pull request #1812 from captin411/perl-flexible-module-name
...
[Perl] more flexible perl module naming (Allow::This even without WWW::)
2016-01-07 10:37:45 +08:00
David Bartle
99842f646f
more flexible perl module naming
...
- No more presuming 'WWW::' is at the beginning
(default is now "WWW::SwaggerClient" vs "SwaggerClient" in order
to accomodate)
- Test that module names Like::This write to the filesystem and in
the mustache templates properly
2016-01-04 20:38:07 -08:00
xhh
0103c2f906
Change the android-volley client codegen to an Android library
2016-01-04 19:09:07 +08:00
Paŭlo Ebermann
f2a510912b
Fix #1743 by removing */
from the .settings ignore line.
...
`*/.settings` applies to just the directory below the current one, where there is no such file.
`.settings` applies to all files/directories named such in the whole project.
2015-12-23 19:12:03 +01:00
Jeff Kwan
e0582ae912
Added the ability to customize the DateTimeFormat
...
Updated Configuration to have a DateTimeFormat
Added Unit Tests for Configuration.DateTimeFormat
Cleaned up namespaces in SwaggerClientTest
Added an embedded resource for testing uploads
2015-12-11 18:28:37 -05:00
Dave Baird
f0f43f5fdf
Fix method names clash in Moose Role
...
When flattening all endpoint API methods into a single class, some
method names may clash, e.g. every API has a new() method. So we skip
them, they must be accessed via the API method. Warnings are emitted to
document skipped methods.
2015-11-08 21:51:26 +01:00
Dave Baird
6c19f0c26c
Flatten entire API into a single class
...
Added a Moose role which flattens all the individual endpoint APIs into
a single class.
2015-11-07 20:37:13 +01:00
wing328
e215a1c87f
update dart permission
2015-09-08 11:38:01 +08:00
Yissachar Radcliffe
e72a53448e
Add Dart support
2015-09-06 18:35:29 -04:00
geekerzp
e244d20152
Remove lib files.
2015-07-15 17:10:23 +08:00
geekerzp
c88c85a317
Enhancements intergration-test of python client
2015-07-14 09:39:19 +08:00
Gareth Evans
a664abcf51
Contributed maven plugin to the swagger-codegen project
2015-06-22 19:17:29 +01:00
wing328
ce40da0f71
add php silex server side codegen
2015-06-17 16:01:24 +08:00
Tony Tam
e6efcdb6af
added files, updated parser version
2015-05-20 21:39:09 -07:00
wing328
7e37f3294a
bug fix for post (model) and update php test cases
2015-04-17 20:01:58 +08:00
Danny Gershman
9a73eb8994
created CSharp codegen templating
2013-05-28 14:17:41 -04:00
Ivan Porto Carrero
59d74a83af
use sbt for building, only use json4s-jackson
2013-01-14 01:06:19 +01:00
Tony Tam
3d1678a087
added ingores for server generator
2012-09-23 20:14:33 -07:00
Russell Horton
2a1b1817c5
update ignored files to add generated-code, python compilcation results
2012-09-10 01:55:10 -07:00
Marek Stój
094a1f2040
Added support for the C# language.
2012-05-12 09:39:52 +02:00
Colin Pollock
a4e8a18fd6
Ignoring swap files.
2012-02-28 01:06:22 -08:00
Sankar Gorthi
46f54a4a0f
Ignores eclipse generated files
2011-08-10 19:58:50 -07:00
Sankar Gorthi
2f1daf8251
Ignores generated resources.
2011-08-10 19:56:21 -07:00
rpidikiti
53af227680
refactored directory structure
2011-08-01 23:21:53 -07:00
rpidikiti
d8c0f69ad4
first commit
2011-07-06 07:45:16 -07:00