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
+35-4Lines changed: 35 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,36 @@ 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
200
171
201
172
-
#### Generating a client from flat files (i.e. no remote server calls)
202
+
#### Generating a client from local files
173
203
If you don't want to call your server, you can save the swagger spec files into a directory and pass an argument
174
204
to the code generator like this:
175
205
@@ -336,6 +366,7 @@ open index.html
336
366
You can also use the codegen to generate a server for a couple different frameworks. Take a look here:
0 commit comments