@@ -21,9 +21,9 @@ And used the following generators with their default options:
21
21
22
22
#Results
23
23
24
- <table >
24
+ <table style = " font-size : 12 px ; vertical-align : top ; text-align : left ; " >
25
25
<thead>
26
- <tr>
26
+ <tr style="font-size: 12px; vertical-align: top; text-align: left;" >
27
27
<th></th>
28
28
<th>openapi-typscript-codegen</th>
29
29
<th>aurelia</th>
@@ -35,7 +35,7 @@ And used the following generators with their default options:
35
35
</tr>
36
36
</thead>
37
37
<tbody>
38
- <tr>
38
+ <tr style="font-size: 12px; vertical-align: top; text-align: left;" >
39
39
<th>Supports OpenApi v2 specification</th>
40
40
<td>✅</td>
41
41
<td>✅</td>
@@ -45,7 +45,7 @@ And used the following generators with their default options:
45
45
<td>✅</td>
46
46
<td>✅</td>
47
47
</tr>
48
- <tr>
48
+ <tr style="font-size: 12px; vertical-align: top; text-align: left;" >
49
49
<th>Supports OpenApi v3 specification</th>
50
50
<td>✅</td>
51
51
<td>❌</td>
@@ -55,47 +55,47 @@ And used the following generators with their default options:
55
55
<td>❌</td>
56
56
<td>❌</td>
57
57
</tr>
58
- <tr>
58
+ <tr style="font-size: 12px; vertical-align: top; text-align: left;" >
59
59
<th>Supports authentication</th>
60
- <td>✅ Bearer token</td>
60
+ <td>✅<div> Bearer token</div> </td>
61
61
<td>❌</td>
62
- <td>✅ Bearer token</td>
63
- <td>✅ Bearer token</td>
64
- <td>✅ Bearer token</td>
65
- <td>✅ Bearer token</td>
66
- <td>✅ Bearer token</td>
62
+ <td>✅<div> Bearer token</div> </td>
63
+ <td>✅<div> Bearer token</div> </td>
64
+ <td>✅<div> Bearer token</div> </td>
65
+ <td>✅<div> Bearer token</div> </td>
66
+ <td>✅<div> Bearer token</div> </td>
67
67
</tr>
68
- <tr>
68
+ <tr style="font-size: 12px; vertical-align: top; text-align: left;" >
69
69
<th>Strongly typed models</th>
70
70
<td>✅</td>
71
71
<td>✅</td>
72
72
<td>✅</td>
73
73
<td>✅</td>
74
74
<td>✅</td>
75
75
<td>✅</td>
76
- <td>✅ Using classes instead of simple interfaces</td>
76
+ <td>✅<div> Using classes instead of simple interfaces</td>
77
77
</tr>
78
- <tr>
78
+ <tr style="font-size: 12px; vertical-align: top; text-align: left;" >
79
79
<th>Strongly typed enums</th>
80
80
<td>✅</td>
81
- <td>✅ No enum is exported</td>
81
+ <td>✅<div> No enum is exported</div> </td>
82
82
<td>✅</td>
83
- <td>✅ Odd cast to <code><any></code></td>
84
- <td>✅ Odd cast to <code><any></code></td>
85
- <td>✅ Odd cast to <code><any></code></td>
86
- <td>✅ Odd cast to <code><any></code></td>
83
+ <td>✅<div> Odd cast to <code><any></code></div ></td>
84
+ <td>✅<div> Odd cast to <code><any></code></div ></td>
85
+ <td>✅<div> Odd cast to <code><any></code></div ></td>
86
+ <td>✅<div> Odd cast to <code><any></code></div ></td>
87
87
</tr>
88
- <tr>
88
+ <tr style="font-size: 12px; vertical-align: top; text-align: left;" >
89
89
<th>Models and services exported as individual files</th>
90
90
<td>✅</td>
91
- <td>❌ All models inside one file</td>
91
+ <td>❌<div> All models inside one file</div> </td>
92
92
<td>✅</td>
93
93
<td>✅</td>
94
- <td>❌ All models and services inside one file</td>
94
+ <td>❌<div> All models and services inside one file</div> </td>
95
95
<td>✅</td>
96
- <td>❌ All models and services inside one file</td>
96
+ <td>❌<div> All models and services inside one file</div> </td>
97
97
</tr>
98
- <tr>
98
+ <tr style="font-size: 12px; vertical-align: top; text-align: left;" >
99
99
<th>Index file that exports all services and models</th>
100
100
<td>✅</td>
101
101
<td>✅</td>
@@ -105,7 +105,7 @@ And used the following generators with their default options:
105
105
<td>✅</td>
106
106
<td>❌</td>
107
107
</tr>
108
- <tr>
108
+ <tr style="font-size: 12px; vertical-align: top; text-align: left;" >
109
109
<th>Service returns typed result</th>
110
110
<td>✅</td>
111
111
<td>✅</td>
@@ -115,17 +115,17 @@ And used the following generators with their default options:
115
115
<td>✅</td>
116
116
<td>✅</td>
117
117
</tr>
118
- <tr>
118
+ <tr style="font-size: 12px; vertical-align: top; text-align: left;" >
119
119
<th>Service supports sending and receiving binary content</th>
120
120
<td>✅</td>
121
121
<td>✅</td>
122
122
<td>✅</td>
123
- <td>❌ Passing file as application/octet-stream</td>
124
- <td>❌ Passing file as application/octet-stream</td>
123
+ <td>❌<div> Passing file as <code> application/octet-stream</code></div> </td>
124
+ <td>❌<div> Passing file as <code> application/octet-stream</code></div> </td>
125
125
<td>✅</td>
126
126
<td>✅</td>
127
127
</tr>
128
- <tr>
128
+ <tr style="font-size: 12px; vertical-align: top; text-align: left;" >
129
129
<th>Models and services contain inline documentation</th>
130
130
<td>✅</td>
131
131
<td>❌</td>
@@ -135,15 +135,15 @@ And used the following generators with their default options:
135
135
<td>❌</td>
136
136
<td>❌</td>
137
137
</tr>
138
- <tr>
138
+ <tr style="font-size: 12px; vertical-align: top; text-align: left;" >
139
139
<th>Framework agnostic</th>
140
140
<td>✅</td>
141
- <td>❌ No, using <code>aurelia</code></td>
142
- <td>❌ No, using <code>inversify</code> and <code>rxjs</code></td>
143
- <td>❌ No, using <code>angular</code></td>
144
- <td>✅ But depends on <code>portable-fetch</code></td>
145
- <td>❌ No, using <code>jquery</code></td>
146
- <td>❌ No, can only be used with NodeJS <code>http</code></td>
141
+ <td>❌<div> No, using <code>aurelia</code></div ></td>
142
+ <td>❌<div> No, using <code>inversify</code> and <code>rxjs</code></div ></td>
143
+ <td>❌<div> No, using <code>angular</code></div ></td>
144
+ <td>✅<div> But depends on <code>portable-fetch</code></div ></td>
145
+ <td>❌<div> No, using <code>jquery</code></div ></td>
146
+ <td>❌<div> No, can only be used with NodeJS <code>http</code></div ></td>
147
147
</tr>
148
148
</tbody>
149
149
</table >
0 commit comments