wing328
|
240d1fe7eb
|
Merge branch 'oas3_support2' of https://github.com/wing328/generate_test into oas3_support2
|
2018-04-01 17:57:45 +08:00 |
|
wing328
|
af17953bf9
|
add apex generator
|
2018-04-01 17:57:21 +08:00 |
|
William Cheng
|
24db65b2b9
|
Merge pull request #8 from ackintosh/fix-required-flag
Fix 'required' flag
|
2018-04-01 14:37:04 +08:00 |
|
akihito.nakano
|
8e191a121b
|
Fix 'required' flag
|
2018-04-01 13:05:57 +09:00 |
|
wing328
|
88f48c4a41
|
add Ada client, server generator
|
2018-04-01 11:19:22 +08:00 |
|
wing328
|
b287520e8a
|
Merge branch 'master' into oas3_support2
|
2018-04-01 01:45:34 +08:00 |
|
William Cheng
|
f0497e249d
|
Merge pull request #7 from ackintosh/fix-missing-requestbody-param
Fix missing requestBody param
|
2018-04-01 00:58:31 +08:00 |
|
wing328
|
177c0105c3
|
add groovy generator, abstract java class (with TODO)
|
2018-04-01 00:25:12 +08:00 |
|
akihito.nakano
|
d1c1ef73eb
|
Fix missing 'requestBody' param
|
2018-04-01 00:40:06 +09:00 |
|
wing328
|
efada7c540
|
fix the location of openapi.yaml/json file
|
2018-03-31 23:01:34 +08:00 |
|
wing328
|
a784932f04
|
add erlang client, server
|
2018-03-31 22:17:49 +08:00 |
|
wing328
|
b774a98822
|
add js closure angualr client generator
|
2018-03-31 22:06:51 +08:00 |
|
akihito.nakano
|
faa901640c
|
Replace with the helper function: getTypeDeclaration
|
2018-03-31 20:52:44 +09:00 |
|
akihito.nakano
|
353c51fc0a
|
Add helper function
|
2018-03-31 20:30:47 +09:00 |
|
William Cheng
|
d9ec433a5b
|
Merge pull request #2 from ackintosh/php-client
[WIP] Make PHPUnit green
|
2018-03-31 18:45:48 +08:00 |
|
wing328
|
5cea5972fa
|
add swift 4 generator
|
2018-03-31 18:36:39 +08:00 |
|
wing328
|
b27e844661
|
fix openapi yaml/json file generation
|
2018-03-31 18:13:42 +08:00 |
|
wing328
|
565102eddf
|
add swift3 client generator
|
2018-03-31 17:42:49 +08:00 |
|
wing328
|
5383c33181
|
add swift generator
|
2018-03-31 17:30:56 +08:00 |
|
wing328
|
eaed75229a
|
add helper function to generate openapi yaml/json file
|
2018-03-31 17:11:54 +08:00 |
|
Ben Wells
|
c8650d0e34
|
Make optional properties in models optional parameters (#7859)
* Make optional properties in models optional parameters
Move incorrect location of typescript-node client
* Add typescript node package.json to swagger ignore
|
2018-03-31 12:12:06 +08:00 |
|
wing328
|
e3a4bd6e68
|
rename cpp related generator
|
2018-03-31 10:36:31 +08:00 |
|
Daiki Matsudate
|
46e5dddb05
|
removing trailing spaces (#7943)
|
2018-03-30 17:13:51 +08:00 |
|
Ben Wells
|
260375c9e1
|
Fix typescript-node generation of array type models (#7861)
|
2018-03-30 11:08:30 +08:00 |
|
wing328
|
c2759b393a
|
add nodejs server support
|
2018-03-30 10:05:20 +08:00 |
|
wing328
|
af6312efa5
|
add aspnetcore generator
|
2018-03-29 22:38:11 +08:00 |
|
wing328
|
cd0e0aa76c
|
add c# nancy generator
|
2018-03-29 22:27:10 +08:00 |
|
wing328
|
ae2041f74e
|
add csharp client generator
|
2018-03-29 21:42:21 +08:00 |
|
akihito.nakano
|
75e354ed71
|
Fix broken map
|
2018-03-29 20:46:22 +09:00 |
|
wing328
|
ea6d26eb3b
|
add abstract cpp generator
|
2018-03-29 18:39:19 +08:00 |
|
wing328
|
27404894d7
|
add cpp restbed generator
|
2018-03-29 17:32:51 +08:00 |
|
wing328
|
21ce66509e
|
add cpp server generator
|
2018-03-29 16:57:16 +08:00 |
|
wing328
|
f8d089fb54
|
add haskell client generator
|
2018-03-29 16:01:15 +08:00 |
|
wing328
|
5646120b88
|
minor update to android generator
|
2018-03-29 15:06:49 +08:00 |
|
wing328
|
e5073db2d4
|
add ts node generator
|
2018-03-29 15:02:15 +08:00 |
|
wing328
|
e9630f1608
|
add ts generators
|
2018-03-29 14:51:23 +08:00 |
|
wing328
|
659f8248f0
|
add php symfony generator
|
2018-03-29 11:41:53 +08:00 |
|
wing328
|
b41626d1e8
|
rename php sever geneator, add php ze-ph generator
|
2018-03-29 11:28:21 +08:00 |
|
wing328
|
4d0bdf8aba
|
remove debug logging
|
2018-03-29 00:24:33 +08:00 |
|
wing328
|
e3da003b1f
|
add ts angular generator
|
2018-03-28 18:24:30 +08:00 |
|
wing328
|
9fa6abd1da
|
add JS client generator
|
2018-03-28 16:58:02 +08:00 |
|
wing328
|
98a41db17c
|
fix perl option test, minor reformat
|
2018-03-28 16:05:27 +08:00 |
|
wing328
|
341c0db734
|
Merge branch 'perl_generator' into oas3_support2
|
2018-03-28 15:49:20 +08:00 |
|
wing328
|
7dc40e1a83
|
Merge branch 'add_go_generator' into oas3_support2
|
2018-03-28 15:48:20 +08:00 |
|
wing328
|
f54b78f4bb
|
Merge branch 'add_go_generator' into oas3_support2
|
2018-03-28 15:42:58 +08:00 |
|
wing328
|
077c1de300
|
add python flask generator
|
2018-03-28 15:33:21 +08:00 |
|
wing328
|
0b89519cf8
|
add python generator
|
2018-03-28 11:48:42 +08:00 |
|
wing328
|
7ccdca36ad
|
add lua generator
|
2018-03-28 11:41:55 +08:00 |
|
wing328
|
40d2381317
|
add kotlin server, set default lib to ktor
|
2018-03-28 11:27:46 +08:00 |
|
wing328
|
16183cba71
|
add kotlin client, server generator
|
2018-03-28 11:09:30 +08:00 |
|