-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Flow types from Swagger Schema #40
Comments
Here is an out-of-date module that generates flow types from a swagger 1.2 document. |
Here is a fork of that code that has been modified to work with swagger 2. |
Unfortunately, that fork has issues that will need to be fixed:
|
Here is my fork of the project, where I'm addressing those things. |
Hold the phone; swagger-js-codegen is in active development. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have a nice Schema Document. We should use to generate Flow types so that we can have compile-time warnings when the schema changes under a client's feet.
The text was updated successfully, but these errors were encountered: