wing328
5602cb6db8
Merge pull request #2676 from Vrolijkx/master
...
Typescript angular2 client can be published to npm
2016-04-23 14:58:28 +08:00
wing328
fb04bb7d4d
Revert "Revert "[Java] Add auto-generated documentation in Markdown to Java clients""
2016-04-22 10:13:54 +08:00
wing328
c171356d24
Revert "[Java] Add auto-generated documentation in Markdown to Java clients"
2016-04-22 00:21:04 +08:00
Kristof Vrolijkx
4c1c67cf2b
Merge branch 'master' of https://github.com/swagger-api/swagger-codegen
2016-04-21 15:52:56 +02:00
Kristof Vrolijkx
9195e92023
using all config properties and adding extra space to package.mustache.
2016-04-21 15:52:43 +02:00
Kristof Vrolijkx
e118fddb47
generation of package.json and compilation files
2016-04-21 15:43:53 +02:00
xhh
ace9fc2ccc
Merge branch 'master' into java-docs
2016-04-21 18:35:27 +08:00
wing328
8eb3f8a448
fix python property name
2016-04-20 22:12:09 +08:00
wing328
56ac576a18
Merge pull request #2658 from wing328/php_lumen
...
[PHP] Add PHP Lumen generator
2016-04-20 21:21:34 +08:00
abcsun
2a67161a3d
move the lumen generator to corresponding folder
2016-04-20 20:57:04 +08:00
xhh
f10d4c8e23
Merge branch 'master' into java-docs
...
Conflicts:
modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/JavaClientCodegen.java
samples/client/petstore/java/default/pom.xml
samples/client/petstore/java/default/src/main/java/io/swagger/client/model/Animal.java
samples/client/petstore/java/default/src/main/java/io/swagger/client/model/Cat.java
samples/client/petstore/java/default/src/main/java/io/swagger/client/model/Dog.java
samples/client/petstore/java/default/src/main/java/io/swagger/client/model/Name.java
samples/client/petstore/java/jersey2/src/main/java/io/swagger/client/model/Name.java
samples/client/petstore/java/okhttp-gson/src/main/java/io/swagger/client/model/Cat.java
samples/client/petstore/java/okhttp-gson/src/main/java/io/swagger/client/model/Dog.java
samples/client/petstore/java/okhttp-gson/src/main/java/io/swagger/client/model/Name.java
samples/client/petstore/java/retrofit/src/main/java/io/swagger/client/StringUtil.java
samples/client/petstore/java/retrofit/src/main/java/io/swagger/client/model/Model200Response.java
samples/client/petstore/java/retrofit/src/main/java/io/swagger/client/model/ModelReturn.java
samples/client/petstore/java/retrofit/src/main/java/io/swagger/client/model/Name.java
samples/client/petstore/java/retrofit2/src/main/java/io/swagger/client/StringUtil.java
samples/client/petstore/java/retrofit2/src/main/java/io/swagger/client/model/Model200Response.java
samples/client/petstore/java/retrofit2/src/main/java/io/swagger/client/model/ModelReturn.java
samples/client/petstore/java/retrofit2/src/main/java/io/swagger/client/model/Name.java
samples/client/petstore/java/retrofit2rx/src/main/java/io/swagger/client/StringUtil.java
samples/client/petstore/java/retrofit2rx/src/main/java/io/swagger/client/model/Model200Response.java
samples/client/petstore/java/retrofit2rx/src/main/java/io/swagger/client/model/ModelReturn.java
samples/client/petstore/java/retrofit2rx/src/main/java/io/swagger/client/model/Name.java
2016-04-19 20:19:10 +08:00
Kristof Vrolijkx
dcad308f53
#1809 added typescript-angular2-petstore.sh to all all-petstore.sh
2016-04-19 14:16:38 +02:00
Kristof Vrolijkx
a69757ad73
#1809 adding samples with .sh and .bat scripts
2016-04-19 14:13:16 +02:00
wing328
993d121e35
update go test, update pom
2016-04-17 16:41:35 +08:00
wing328
1fb3edc612
update akka-scala petstore, minor fix
2016-04-16 17:49:34 +08:00
wing328
79decc53a1
fix requireParameterCount in scala
2016-04-16 00:09:15 +08:00
wing328
87e542c69c
replace requiredParam with reuqired
2016-04-15 22:54:46 +08:00
wing328
ce6b70a873
update springmvc bin to use petstore.yaml
2016-04-15 20:07:00 +08:00
wing328
d64751958e
update sample for some server generators
2016-04-15 17:55:40 +08:00
wing328
0982afbca0
update server generator to use petstore.yaml
2016-04-15 17:42:18 +08:00
wing328
5a88b9e896
update python to use test spec
2016-04-14 18:30:54 +08:00
wing328
5c632e9862
update csharp test case to use another petstore spec
2016-04-14 16:24:06 +08:00
wing328
aa04bbb92e
update pet store test case for perl after switching spec
2016-04-14 16:19:39 +08:00
wing328
8f70230906
update ruby test case
2016-04-14 16:19:39 +08:00
wing328
d19ed8a89b
fix php test cases with petstore test yaml
2016-04-14 16:19:38 +08:00
Guo Huang
2dca8b003d
issue#2589: added fully qualified names memory stream for C#
2016-04-13 16:56:36 -07:00
wing328
f635e22be6
update go sample
2016-04-08 12:22:15 +08:00
Tony Tam
a1c978751a
Merge pull request #2497 from swagger-api/issue-2496
...
sanitize tags, update generation timestamp
2016-04-05 07:40:11 -07:00
wing328
c2cab84612
fix typo, update sinatra to use origianl petstore spec (yaml)
2016-04-04 16:17:23 +08:00
Tony Tam
ee08d16ae5
made timestamp generation enabled by default
2016-04-03 14:36:23 -06:00
Tony Tam
cc4b3ff5d3
added script
2016-04-03 13:32:16 -06:00
Tony Tam
4bb12871c3
added bootstrap, renamed sample
2016-04-02 18:34:58 -06:00
Tony Tam
327315e9ea
Merge pull request #1966 from wing328/rename_nodejs_with_server
...
[NodeJS] rename nodejs to nodejs-server
2016-03-22 12:21:37 -07:00
wing328
d42f23f829
update test case, minor fix to required property in c#
2016-02-21 23:09:56 +08:00
wing328
7b83664dd1
Merge pull request #2097 from pamuche/patch-2
...
Fixes typo template folder for javascript in bin-promise-script
2016-02-11 00:13:49 +08:00
Robert Clochard
785509a10f
Fixes typo in template folder for javascript in bin-script
...
The template folder for javascript starts wit a capital letter. Shell script will fail on linux because of java.io.FileNotFoundException for the module.mustache
2016-02-10 14:34:40 +01:00
Robert Clochard
863c77ae6e
Fixes typo template folder for javascript in bin-promise-script
...
the folder name for the template starts with a capital letter.
2016-02-10 14:29:55 +01:00
delenius
7301618671
Add petstore tests for usePromises version
2016-02-08 20:02:38 -08:00
wing328
3174ab0033
Merge pull request #1997 from achew22/javascript_closure
...
Add Closure annotated Javascript Angular generator
2016-02-07 14:53:25 +08:00
wing328
7b678454f1
fix aspnet5 batch file
2016-02-04 19:30:30 +08:00
wing328
87253d8533
update sh permission, add aspnet5 bat
2016-02-04 18:18:45 +08:00
wing328
aac1b259a7
Merge pull request #2021 from chameleon82/feature/jaxrs-resteasy
...
Feature/jaxrs resteasy
2016-02-04 17:56:06 +08:00
Alex
d2a3492dd1
Add bin/jaxrs-resteasy-petstore-server.sh
...
Add sample into samples/petstore/jaxrs-resteasy
Update multipart/form-data ability
2016-02-04 01:01:28 +06:00
Jim Schubert
328dd93aef
[aspnet] Update readme to aspnet5, add partial class support and windows batch file
2016-02-03 13:10:52 -05:00
Jim Schubert
455ba9d839
[aspnet] Initial implementation of ASP.NET 5 server
...
Things to work on:
Gaps:
* Missing swagger definition functionality:
- defaultResponse
- examples
- auth
- consumes
- produces
- nickname
- externalDocs
- imports
- security
- schema
* Resolve allParams/hasMore issue with headerParams
* Create functional test project stub
* Resolve all issues with value type return values
In this commit:
* Initial cross-platform ASP.NET 5 API server
* Hook up swagger gen via Swashbuckle and xml comment
* Build script (*nix) in project root
* Dockerfile for container deployment
2016-02-02 22:28:27 -05:00
wing328
70cce7411b
Merge pull request #2009 from algas/support-haskell
...
Code generator for haskell-servant framework
2016-02-01 13:41:51 +08:00
Masahiro Yamauchi
2ad3171674
Rename
2016-02-01 08:56:15 +09:00
Masahiro Yamauchi
4e3d94c005
Code generator for haskell-servant framework
2016-01-31 20:20:19 +09:00
Andrew Z Allen
8ea7cbc79d
Add bash script to run
2016-01-27 23:29:17 -07:00
wing328
afd451ec04
Merge pull request #1928 from ergon/feature/retrofit2-rx
...
Feature/retrofit2 rx
2016-01-26 15:58:08 +08:00
wing328
741974c1a9
add shell script for jaxrs-cxf
2016-01-25 22:23:25 +08:00
Silvio Heuberger
e34706386f
Change the artifact identifier for the retrofit2-rx sample
2016-01-25 10:29:13 +01:00
Silvio Heuberger
7dcc1c839e
Add script for sample generation and adapt gradle and pom templates
2016-01-25 10:29:13 +01:00
wing328
27d1e380b8
rename nodejs to nodejs-server
2016-01-24 22:08:05 +08:00
Maelig Nantel
4c7d471203
Merge remote-tracking branch 'refs/remotes/swagger-api/master' into fix-java-warnings
...
# Conflicts:
# modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/JavascriptClientCodegen.java
2016-01-22 11:32:08 +01:00
wing328
5b6d224612
Merge pull request #1747 from wing328/add_golang
...
[Go] Add Go API client generator
2016-01-22 17:42:30 +08:00
wing328
25b60a194b
add sh script for go, add binary mapping for go, fix format
2016-01-22 17:21:51 +08:00
wing328
93cadcd755
make slim sh executable
2016-01-21 11:13:11 +01:00
wing328
83a4556803
fix silex shell script
2016-01-21 11:13:11 +01:00
wing328
2b09e8f3e5
make slim sh executable
2016-01-19 23:39:07 +08:00
wing328
a4eb5a8fa0
fix silex shell script
2016-01-19 23:35:59 +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
wing328
1acf5d2ff4
Merge pull request #1816 from xhh/android-volley-library
...
[Android] Change the android-volley client codegen to an Android library (sub template)
2016-01-05 17:19:05 +08:00
wing328
e21edea98c
add sh to generate all java petstore client
2016-01-05 15:07:48 +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
wing328
c315d7f3df
Merge pull request #1775 from Shyri/android-volley
...
Android volley client generator
2016-01-04 14:30:55 +08:00
evigeant
5867608ee1
Merge branch 'master' into feature/jaxrs-no-sys-property
...
Conflicts:
modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/JaxRSServerCodegen.java
modules/swagger-codegen/src/test/java/io/swagger/codegen/options/JaxRSServerOptionsProvider.java
2016-01-03 08:18:31 -05:00
Shyri Villar
58cb5716cb
move android-volley generated sample
2015-12-29 15:47:37 +01:00
Shyri Villar
69e1eecee0
Added petstore sample [android-volley]
2015-12-29 15:47:36 +01:00
Shyri Villar
2613e597dd
Added petstore sample [android-volley]
2015-12-29 15:47:35 +01:00
Shyri Villar
a68ecf7809
Added [android-volley] petstore.sh
2015-12-29 15:47:24 +01:00
Ian Chan
3103846f45
Enforce Java 1.8 when generating spring-mvc with j8-async option
...
The spring-mvc j8-async code is now located in it's own sample directory
with Java 8 enforced via Maven plug-in.
2015-12-29 13:40:46 +13:00
Ian Chan
916793b820
Added spring-mvc-petstore-j8-aysnc-server.sh executable.
...
Added the executable and config file for spring-mvc's j8-async target.
2015-12-25 16:34:35 +13:00
evigeant
6f4f293943
Updated jaxrs generator to use additional properties instead of java
...
properties which are very difficult to set from maven
2015-12-16 21:41:43 -05:00
wing328
83dc5393cb
Merge pull request #1625 from davidkiss/master
...
adding support for both Java client using Netflix Feign and JMeter tests
2015-12-10 16:07:48 +08:00
wing328
7aab20485a
add bin and petstore samples for JS
2015-12-07 10:53:40 +08:00
wing328
fe96d8769f
minor fix to csharp and objc batch file
2015-12-04 18:16:46 +08:00
wing328
3f328a4994
add batch files for other languages
2015-12-04 18:08:59 +08:00
wing328
14ec9c42cb
add ruby windows patch, fix php batch file
2015-12-04 17:48:48 +08:00
wing328
0818f0c8ad
add batch script for php
2015-12-04 17:38:29 +08:00
xhh
eb0e47461c
Add petstore client sample for Java-feign
2015-12-01 16:13:31 +08:00
xhh
2c6c902878
Merge branch 'master' into auto-generate-operation-id
...
Conflicts:
modules/swagger-codegen/src/main/resources/Java/libraries/okhttp-gson/api.mustache
2015-11-30 21:05:47 +08:00
wing328
2d34f567ff
Merge pull request #1619 from EduGraph/issue-1075
...
[PHP] Slim Framework v3 - Server Generator #1075
2015-11-29 00:54:03 +08:00
xhh
6675cbc20e
Auto generate operationId for python-flask server codegen
2015-11-25 17:55:04 +08:00
wing328
ff1dd034a8
Merge pull request #1585 from xhh/clojure-client
...
Add a Clojure client codegen
2015-11-19 10:58:40 +08:00
Tony Tam
7727d740f0
Merge pull request #1584 from swagger-api/issue-1582
...
added connexion python server generator
2015-11-18 08:45:22 -06:00
jfastnacht
65b9f9dcce
Added basic Slim Framework support based on silex-PHP
2015-11-18 15:05:05 +01:00
Tony Tam
d71d5ac119
added files
2015-11-17 20:14:53 -08:00
Tony Tam
28c4946945
added initial files
2015-11-17 19:51:48 -08:00
xhh
9cf7cd9ef6
And bin/clojure-petstore.sh and build the petstore clojure client sample
2015-11-17 00:47:12 +08:00
Emiliano Bonassi
3a7204d66c
Add support to Retrofit2
2015-11-10 03:20:49 +01:00
wing328
69a346cb57
remove python3 frmo all-petstore.sh
2015-10-08 23:38:09 +08:00
wing328
a5fb689615
Merge pull request #1260 from wing328/remove_python3_generator
...
[Python] remove python3 generator
2015-09-24 10:50:47 +08:00
wing328
3dc3af8d18
remove python3 generator
2015-09-20 22:43:43 +08:00
cbornet
1863aca0fa
set retrofit as a java library
...
Fix #1247
Fix #1248
2015-09-18 14:21:48 +02: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
xhh
e35be1bd40
Generate Java petstore sample for okhttp-gson
2015-08-31 19:59:17 +08:00
xhh
3c84847adb
Add a new library template to Java client: okhttp-gson
...
which uses OkHttp as HTTP library and Gson as JSON processing library
2015-08-31 18:42:09 +08:00
xhh
af2ec4cf85
Merge branch 'develop_2.0' into library-template-jersey2
...
Conflicts:
modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/JavaClientCodegen.java
modules/swagger-codegen/src/main/resources/Java/api.mustache
2015-08-20 17:36:42 +08:00
wing328
3478e053e1
add back flash generator
2015-08-15 18:12:14 +08:00
xhh
a41361c959
Change the "--library" option into a config option
2015-08-07 22:16:32 +08:00
xhh
4321339d4f
Java petstore sample: move to "default" sub-folder, add jersey2
2015-08-05 17:28:45 +08:00
Tony Tam
0b85ad464a
Merge pull request #1028 from swagger-api/inflector-template
...
added template for the inflector
2015-07-28 10:31:40 -07:00
Ole Lensmar
c5d02fe98e
added template for the inflector
2015-07-28 10:19:36 -07:00
Andrew B
e301d9d00e
Adding sample generator and output
2015-07-22 11:31:29 -07: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
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
kubo_takaichi
91af76cf41
Use CLI option
2015-06-27 23:24:49 +09:00
kubo_takaichi
65af735d6c
Merge commit '4143e286374bdd384c39a68df1f8f3a3eb58e6a4' into feature/swift_develop_2.0
2015-06-27 21:19:32 +09: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
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
c3d1367e7c
Merge pull request #894 from wing328/csharp_add_nunit
...
[C#] Add NUnit test
2015-06-25 11:52:19 -07:00
kubo_takaichi
8540ac71c8
Update swift code generation script
2015-06-23 12:20:00 +09:00
wing328
1d59937150
add nunit test for csharp
2015-06-22 11:53:44 +08:00
William Cheng
d178d5e7d8
add sinatra template
2015-06-19 02:11:08 +08:00
xhh
edcb71ad22
Merge branch 'develop_2.0' into params-order
...
Conflicts:
bin/all-petstore.sh
2015-06-18 09:59:13 +08:00
Martin Hardorf
9e8631b75f
Added shell scripts for sample generation of TypeScript
2015-06-17 17:56:37 +02:00
xhh
b39d44db03
Add missing petstore scripts to bin/all-petstore.sh
2015-06-17 16:16:44 +08:00
wing328
ce40da0f71
add php silex server side codegen
2015-06-17 16:01:24 +08:00
wing328
680078dc58
fix csharp refer to apiinvoker
2015-06-09 13:52:01 +08:00
Tony Tam
637ee77d66
added script, fixed templates
2015-06-08 15:40:05 -07:00
Oleg Godovykh
ec08d31031
add template for Retrofit and Gson
2015-05-29 12:23:18 -04:00
Tony Tam
565f054b79
merged
2015-05-23 08:48:18 -07:00
Ole Lensmar
778ce0b9f6
Merge branches 'develop_2.0' and 'jaxrs-interface-generation' of https://github.com/swagger-api/swagger-codegen into jaxrs-interface-generation
2015-05-20 17:03:51 -06:00
Ole Lensmar
05268c2742
added system property for setting impl folder
2015-05-20 16:50:26 -06:00
kubo_takaichi
23d714f2f1
Add swift code generator
2015-05-20 11:27:45 +09:00
Tony Tam
b4674d6fc5
template updates, tests
2015-05-15 11:27:03 -07:00
Tony Tam
f9db729e75
added qt5
2015-05-12 06:05:09 -04:00
Tony Tam
037a00720f
added qt5 samples, script
2015-05-12 06:04:10 -04:00
William Cheng
d206035e0f
add perl support - api template, bin, codegen
2015-05-08 03:57:59 +08:00
William Cheng
ccc0653923
add python 3 codegen
2015-04-10 19:42:09 +08:00
Tony Tam
bba91c7e92
added android tests
2015-04-04 17:20:04 -07:00
Tony Tam
09346c761b
added script
2015-04-04 16:28:53 -07:00
Tony Tam
02fd96a24a
added spring-mvc sample
2015-04-04 13:46:35 -07:00
Tony Tam
9159892965
updated templates
2015-04-02 18:32:16 -07:00
Tony Tam
df9efe5734
added script
2015-03-31 21:48:04 -07:00
Tony Tam
6ac497d774
rebuilt
2015-03-31 16:12:42 -07:00
Tony Tam
a4ce6d7074
updated scripts
2015-03-29 20:55:26 -07:00
wing328
c1824b5387
fix parameter name in API, update petstore sample
2015-03-30 09:31:49 +08:00
William Cheng
836f7ecb95
rebase with develop_2.0
2015-03-28 22:55:15 +08:00
MerkushevKirill
0dcd307333
update docs and bash about CLI usage, deprecate old cli classes
...
(after #547 )
2015-03-28 12:34:44 +03:00
Tony Tam
c9a2a14da5
added queryParamCollection
2015-03-27 22:17:50 -07:00
Tony Tam
f577345b14
fixed examples, readme
2015-03-25 12:11:40 -07:00
Tony Tam
db14a3fd05
added property for app name
2015-03-24 17:02:12 -07:00
Tony Tam
de56f76284
rebuilt sample
2015-03-19 14:52:45 -07:00
William Cheng
e9227ad7e5
add ruby codegen, update sample (petstore) for ruby
2015-03-16 18:47:22 +08:00
Tony Tam
bfc1ed3081
added async scala generator #440
2015-02-22 08:57:40 -08:00
Tony Tam
618b4698c2
Merge branch 'develop_2.0'
...
Conflicts:
README.md
bin/Version.scala
build.sbt
modules/swagger-codegen/src/main/resources/Java/api.mustache
modules/swagger-codegen/src/main/resources/android-java/api.mustache
modules/swagger-codegen/src/main/resources/nodejs/api.mustache
modules/swagger-codegen/src/main/resources/objc/SWGApiClient.h
modules/swagger-codegen/src/main/resources/objc/SWGApiClient.m
modules/swagger-codegen/src/main/resources/objc/SWGDate.h
modules/swagger-codegen/src/main/resources/objc/SWGDate.m
modules/swagger-codegen/src/main/resources/objc/SWGFile.m
modules/swagger-codegen/src/main/resources/objc/SWGObject.h
modules/swagger-codegen/src/main/resources/objc/SWGObject.m
modules/swagger-codegen/src/main/resources/objc/api-header.mustache
modules/swagger-codegen/src/main/resources/php/api.mustache
modules/swagger-codegen/src/main/resources/python/api.mustache
modules/swagger-codegen/src/main/resources/scala/apiInvoker.mustache
modules/swagger-codegen/src/main/resources/scala/pom.mustache
project/build.properties
samples/client/petstore/android-java/src/main/java/io/swagger/client/api/PetApi.java
samples/client/petstore/android-java/src/main/java/io/swagger/client/api/StoreApi.java
samples/client/petstore/android-java/src/main/java/io/swagger/client/api/UserApi.java
samples/client/petstore/scala/pom.xml
samples/client/petstore/scala/src/test/scala/PetApiTest.scala
samples/client/petstore/scala/src/test/scala/StoreApiTest.scala
samples/client/petstore/scala/src/test/scala/UserApiTest.scala
samples/client/wordnik-apiobjc/client/SWGAccountApi.h
samples/client/wordnik-apiobjc/client/SWGAccountApi.m
samples/client/wordnik-apiobjc/client/SWGApiClient.h
samples/client/wordnik-apiobjc/client/SWGApiClient.m
samples/client/wordnik-apiobjc/client/SWGApiTokenStatus.h
samples/client/wordnik-apiobjc/client/SWGAudioFile.h
samples/client/wordnik-apiobjc/client/SWGAuthenticationToken.h
samples/client/wordnik-apiobjc/client/SWGBigram.h
samples/client/wordnik-apiobjc/client/SWGCitation.h
samples/client/wordnik-apiobjc/client/SWGCitation.m
samples/client/wordnik-apiobjc/client/SWGContentProvider.h
samples/client/wordnik-apiobjc/client/SWGContentProvider.m
samples/client/wordnik-apiobjc/client/SWGDate.h
samples/client/wordnik-apiobjc/client/SWGDate.m
samples/client/wordnik-apiobjc/client/SWGDefinition.h
samples/client/wordnik-apiobjc/client/SWGDefinition.m
samples/client/wordnik-apiobjc/client/SWGDefinitionSearchResults.h
samples/client/wordnik-apiobjc/client/SWGDefinitionSearchResults.m
samples/client/wordnik-apiobjc/client/SWGExample.h
samples/client/wordnik-apiobjc/client/SWGExample.m
samples/client/wordnik-apiobjc/client/SWGExampleSearchResults.h
samples/client/wordnik-apiobjc/client/SWGExampleSearchResults.m
samples/client/wordnik-apiobjc/client/SWGExampleUsage.h
samples/client/wordnik-apiobjc/client/SWGExampleUsage.m
samples/client/wordnik-apiobjc/client/SWGFacet.h
samples/client/wordnik-apiobjc/client/SWGFacet.m
samples/client/wordnik-apiobjc/client/SWGFacetValue.h
samples/client/wordnik-apiobjc/client/SWGFacetValue.m
samples/client/wordnik-apiobjc/client/SWGFile.h
samples/client/wordnik-apiobjc/client/SWGFile.m
samples/client/wordnik-apiobjc/client/SWGFrequency.h
samples/client/wordnik-apiobjc/client/SWGFrequency.m
samples/client/wordnik-apiobjc/client/SWGFrequencySummary.h
samples/client/wordnik-apiobjc/client/SWGFrequencySummary.m
samples/client/wordnik-apiobjc/client/SWGLabel.h
samples/client/wordnik-apiobjc/client/SWGLabel.m
samples/client/wordnik-apiobjc/client/SWGNote.h
samples/client/wordnik-apiobjc/client/SWGObject.h
samples/client/wordnik-apiobjc/client/SWGObject.m
samples/client/wordnik-apiobjc/client/SWGRelated.h
samples/client/wordnik-apiobjc/client/SWGScoredWord.h
samples/client/wordnik-apiobjc/client/SWGSentence.h
samples/client/wordnik-apiobjc/client/SWGSentence.m
samples/client/wordnik-apiobjc/client/SWGSimpleDefinition.h
samples/client/wordnik-apiobjc/client/SWGSimpleExample.h
samples/client/wordnik-apiobjc/client/SWGStringValue.h
samples/client/wordnik-apiobjc/client/SWGStringValue.m
samples/client/wordnik-apiobjc/client/SWGSyllable.h
samples/client/wordnik-apiobjc/client/SWGTextPron.h
samples/client/wordnik-apiobjc/client/SWGUser.h
samples/client/wordnik-apiobjc/client/SWGWordApi.h
samples/client/wordnik-apiobjc/client/SWGWordList.h
samples/client/wordnik-apiobjc/client/SWGWordList.m
samples/client/wordnik-apiobjc/client/SWGWordListApi.h
samples/client/wordnik-apiobjc/client/SWGWordListApi.m
samples/client/wordnik-apiobjc/client/SWGWordListWord.h
samples/client/wordnik-apiobjc/client/SWGWordListsApi.h
samples/client/wordnik-apiobjc/client/SWGWordListsApi.m
samples/client/wordnik-apiobjc/client/SWGWordObject.h
samples/client/wordnik-apiobjc/client/SWGWordOfTheDay.h
samples/client/wordnik-apiobjc/client/SWGWordOfTheDay.m
samples/client/wordnik-apiobjc/client/SWGWordSearchResult.h
samples/client/wordnik-apiobjc/client/SWGWordSearchResults.h
samples/client/wordnik-apiobjc/client/SWGWordSearchResults.m
samples/client/wordnik-apiobjc/client/SWGWordsApi.h
samples/client/wordnik-apiobjc/client/SWGWordsApi.m
samples/client/wordnik-api-objc/Podfile
samples/client/wordnik-api-objc/client/SWGAccountApi.h
samples/client/wordnik-api-objc/client/SWGAccountApi.m
samples/client/wordnik-api-objc/client/SWGApiClient.h
samples/client/wordnik-api-objc/client/SWGApiClient.m
samples/client/wordnik-api-objc/client/SWGApiTokenStatus.h
samples/client/wordnik-api-objc/client/SWGApiTokenStatus.m
samples/client/wordnik-api-objc/client/SWGAudioFile.h
samples/client/wordnik-api-objc/client/SWGAudioFile.m
samples/client/wordnik-api-objc/client/SWGAuthenticationToken.h
samples/client/wordnik-api-objc/client/SWGAuthenticationToken.m
samples/client/wordnik-api-objc/client/SWGBigram.h
samples/client/wordnik-api-objc/client/SWGBigram.m
samples/client/wordnik-api-objc/client/SWGCitation.h
samples/client/wordnik-api-objc/client/SWGCitation.m
samples/client/wordnik-api-objc/client/SWGContentProvider.h
samples/client/wordnik-api-objc/client/SWGContentProvider.m
samples/client/wordnik-api-objc/client/SWGDate.h
samples/client/wordnik-api-objc/client/SWGDate.m
samples/client/wordnik-api-objc/client/SWGDefinition.h
samples/client/wordnik-api-objc/client/SWGDefinition.m
samples/client/wordnik-api-objc/client/SWGDefinitionSearchResults.h
samples/client/wordnik-api-objc/client/SWGDefinitionSearchResults.m
samples/client/wordnik-api-objc/client/SWGExample.h
samples/client/wordnik-api-objc/client/SWGExample.m
samples/client/wordnik-api-objc/client/SWGExampleSearchResults.h
samples/client/wordnik-api-objc/client/SWGExampleSearchResults.m
samples/client/wordnik-api-objc/client/SWGExampleUsage.h
samples/client/wordnik-api-objc/client/SWGExampleUsage.m
samples/client/wordnik-api-objc/client/SWGFacet.h
samples/client/wordnik-api-objc/client/SWGFacet.m
samples/client/wordnik-api-objc/client/SWGFacetValue.h
samples/client/wordnik-api-objc/client/SWGFacetValue.m
samples/client/wordnik-api-objc/client/SWGFile.h
samples/client/wordnik-api-objc/client/SWGFile.m
samples/client/wordnik-api-objc/client/SWGFrequency.h
samples/client/wordnik-api-objc/client/SWGFrequency.m
samples/client/wordnik-api-objc/client/SWGFrequencySummary.h
samples/client/wordnik-api-objc/client/SWGFrequencySummary.m
samples/client/wordnik-api-objc/client/SWGLabel.h
samples/client/wordnik-api-objc/client/SWGLabel.m
samples/client/wordnik-api-objc/client/SWGNote.h
samples/client/wordnik-api-objc/client/SWGNote.m
samples/client/wordnik-api-objc/client/SWGObject.h
samples/client/wordnik-api-objc/client/SWGObject.m
samples/client/wordnik-api-objc/client/SWGRelated.h
samples/client/wordnik-api-objc/client/SWGRelated.m
samples/client/wordnik-api-objc/client/SWGScoredWord.h
samples/client/wordnik-api-objc/client/SWGScoredWord.m
samples/client/wordnik-api-objc/client/SWGScrabbleScoreResult.h
samples/client/wordnik-api-objc/client/SWGScrabbleScoreResult.m
samples/client/wordnik-api-objc/client/SWGSentence.h
samples/client/wordnik-api-objc/client/SWGSentence.m
samples/client/wordnik-api-objc/client/SWGSimpleDefinition.h
samples/client/wordnik-api-objc/client/SWGSimpleDefinition.m
samples/client/wordnik-api-objc/client/SWGSimpleExample.h
samples/client/wordnik-api-objc/client/SWGSimpleExample.m
samples/client/wordnik-api-objc/client/SWGStringValue.h
samples/client/wordnik-api-objc/client/SWGStringValue.m
samples/client/wordnik-api-objc/client/SWGSyllable.h
samples/client/wordnik-api-objc/client/SWGSyllable.m
samples/client/wordnik-api-objc/client/SWGTextPron.h
samples/client/wordnik-api-objc/client/SWGTextPron.m
samples/client/wordnik-api-objc/client/SWGUser.h
samples/client/wordnik-api-objc/client/SWGUser.m
samples/client/wordnik-api-objc/client/SWGWordApi.h
samples/client/wordnik-api-objc/client/SWGWordApi.m
samples/client/wordnik-api-objc/client/SWGWordList.h
samples/client/wordnik-api-objc/client/SWGWordList.m
samples/client/wordnik-api-objc/client/SWGWordListApi.h
samples/client/wordnik-api-objc/client/SWGWordListApi.m
samples/client/wordnik-api-objc/client/SWGWordListWord.h
samples/client/wordnik-api-objc/client/SWGWordListWord.m
samples/client/wordnik-api-objc/client/SWGWordListsApi.h
samples/client/wordnik-api-objc/client/SWGWordListsApi.m
samples/client/wordnik-api-objc/client/SWGWordObject.h
samples/client/wordnik-api-objc/client/SWGWordObject.m
samples/client/wordnik-api-objc/client/SWGWordOfTheDay.h
samples/client/wordnik-api-objc/client/SWGWordOfTheDay.m
samples/client/wordnik-api-objc/client/SWGWordSearchResult.h
samples/client/wordnik-api-objc/client/SWGWordSearchResult.m
samples/client/wordnik-api-objc/client/SWGWordSearchResults.h
samples/client/wordnik-api-objc/client/SWGWordSearchResults.m
samples/client/wordnik-api-objc/client/SWGWordsApi.h
samples/client/wordnik-api-objc/client/SWGWordsApi.m
samples/client/wordnik-api-php/wordnik/AccountApi.php
samples/client/wordnik-api/scala/src/test/scala/AccountApiTest.scala
samples/client/wordnik-api/scala/src/test/scala/WordApiTest.scala
samples/client/wordnik-api/scala/src/test/scala/WordListApiTest.scala
samples/client/wordnik-api/scala/src/test/scala/WordsApiTest.scala
samples/client/wordnik/objc/client/SWGAccountApi.h
samples/client/wordnik/objc/client/SWGAccountApi.m
samples/client/wordnik/objc/client/SWGApiTokenStatus.h
samples/client/wordnik/objc/client/SWGAudioFile.h
samples/client/wordnik/objc/client/SWGAuthenticationToken.h
samples/client/wordnik/objc/client/SWGBigram.h
samples/client/wordnik/objc/client/SWGCitation.h
samples/client/wordnik/objc/client/SWGCitation.m
samples/client/wordnik/objc/client/SWGContentProvider.h
samples/client/wordnik/objc/client/SWGContentProvider.m
samples/client/wordnik/objc/client/SWGDefinition.h
samples/client/wordnik/objc/client/SWGDefinition.m
samples/client/wordnik/objc/client/SWGDefinitionSearchResults.h
samples/client/wordnik/objc/client/SWGDefinitionSearchResults.m
samples/client/wordnik/objc/client/SWGExample.h
samples/client/wordnik/objc/client/SWGExample.m
samples/client/wordnik/objc/client/SWGExampleSearchResults.h
samples/client/wordnik/objc/client/SWGExampleSearchResults.m
samples/client/wordnik/objc/client/SWGExampleUsage.h
samples/client/wordnik/objc/client/SWGExampleUsage.m
samples/client/wordnik/objc/client/SWGFacet.h
samples/client/wordnik/objc/client/SWGFacet.m
samples/client/wordnik/objc/client/SWGFacetValue.h
samples/client/wordnik/objc/client/SWGFacetValue.m
samples/client/wordnik/objc/client/SWGFile.h
samples/client/wordnik/objc/client/SWGFrequency.h
samples/client/wordnik/objc/client/SWGFrequency.m
samples/client/wordnik/objc/client/SWGFrequencySummary.h
samples/client/wordnik/objc/client/SWGFrequencySummary.m
samples/client/wordnik/objc/client/SWGLabel.h
samples/client/wordnik/objc/client/SWGLabel.m
samples/client/wordnik/objc/client/SWGNote.h
samples/client/wordnik/objc/client/SWGRelated.h
samples/client/wordnik/objc/client/SWGScoredWord.h
samples/client/wordnik/objc/client/SWGSentence.h
samples/client/wordnik/objc/client/SWGSentence.m
samples/client/wordnik/objc/client/SWGSimpleDefinition.h
samples/client/wordnik/objc/client/SWGSimpleExample.h
samples/client/wordnik/objc/client/SWGStringValue.h
samples/client/wordnik/objc/client/SWGStringValue.m
samples/client/wordnik/objc/client/SWGSyllable.h
samples/client/wordnik/objc/client/SWGTextPron.h
samples/client/wordnik/objc/client/SWGUser.h
samples/client/wordnik/objc/client/SWGWordApi.h
samples/client/wordnik/objc/client/SWGWordList.h
samples/client/wordnik/objc/client/SWGWordList.m
samples/client/wordnik/objc/client/SWGWordListApi.h
samples/client/wordnik/objc/client/SWGWordListApi.m
samples/client/wordnik/objc/client/SWGWordListWord.h
samples/client/wordnik/objc/client/SWGWordListsApi.h
samples/client/wordnik/objc/client/SWGWordListsApi.m
samples/client/wordnik/objc/client/SWGWordObject.h
samples/client/wordnik/objc/client/SWGWordOfTheDay.h
samples/client/wordnik/objc/client/SWGWordOfTheDay.m
samples/client/wordnik/objc/client/SWGWordSearchResult.h
samples/client/wordnik/objc/client/SWGWordSearchResults.h
samples/client/wordnik/objc/client/SWGWordSearchResults.m
samples/client/wordnik/objc/client/SWGWordsApi.h
samples/client/wordnik/objc/client/SWGWordsApi.m
samples/server-generator/node/README.md
samples/server/petstore/jaxrs/src/main/java/io/swagger/model/Pet.java
samples/server/petstore/nodejs/app/apis/PetApi.js
samples/server/petstore/nodejs/app/apis/StoreApi.js
samples/server/petstore/nodejs/app/apis/UserApi.js
sbt
src/main/resources/objc/api-body.mustache
src/main/resources/php/Swagger.mustache
src/main/resources/python/swagger.mustache
src/main/scala/com/wordnik/swagger/codegen/BasicAndroidJavaClient.scala
src/main/scala/com/wordnik/swagger/codegen/BasicGenerator.scala
src/main/scala/com/wordnik/swagger/codegen/BasicPythonGenerator.scala
src/main/scala/com/wordnik/swagger/codegen/BasicScalaGenerator.scala
src/main/scala/com/wordnik/swagger/codegen/Codegen.scala
src/main/scala/com/wordnik/swagger/codegen/ScalaAsyncClientGenerator.scala
src/main/scala/com/wordnik/swagger/codegen/model/AuthorizationModels.scala
src/main/scala/com/wordnik/swagger/codegen/spec/SwaggerSpecValidator.scala
src/main/scala/com/wordnik/swagger/codegen/util/RemoteUrl.scala
src/test/scala/CodegenTest.scala
2015-02-16 21:01:17 -08:00