-
Notifications
You must be signed in to change notification settings - Fork 28
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 a contributors guide #57
Comments
Notes I have from conversation: A large portion of that is automated. This is typically a 3 step process:
With respect to #2, you have to use a tool called swagger-codegen: https://github.com/swagger-api/swagger-codegen (it will automatically generate all the code you see in |
I installed Swagger-codegen by doing the following |
For step #1 go to https://api.data.world/v0/swagger.json and run it through some prettier and just replace https://github.com/datadotworld/data.world-py/blob/master/datadotworld/client/swagger-dwapi-def.json with it? |
Use swagger-codegen 2.2.2 https://github.com/swagger-api/swagger-codegen/releases/tag/v2.2.2 |
Similar to https://github.com/datadotworld/dwapi-spec/blob/master/CONTRIBUTING.md please.
The text was updated successfully, but these errors were encountered: