You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-4Lines changed: 37 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,38 @@ This is the swagger codegen project, which allows generation of client libraries
7
7
8
8
Check out [Swagger-Spec](https://github.com/swagger-api/swagger-spec) for additional information about the Swagger project, including additional libraries with support for other languages and more.
There is a third-party component called [swagger-js-codegen](https://github.com/wcandillon/swagger-js-codegen) that can generate angularjs or nodejs source code from a swagger specification.
170
202
171
203
172
-
#### Generating a client from flat files (i.e. no remote server calls)
204
+
#### Generating a client from local files
173
205
If you don't want to call your server, you can save the swagger spec files into a directory and pass an argument
174
206
to the code generator like this:
175
207
@@ -336,6 +368,7 @@ open index.html
336
368
You can also use the codegen to generate a server for a couple different frameworks. Take a look here:
0 commit comments