-
Notifications
You must be signed in to change notification settings - Fork 106
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
How to generate code samples? Where are the plugins #14
Comments
Hey @DataTigerGitHub, Use sample repo for the reference. As for |
Thanks @RomanGotsiy If someone else is looking, I am making good progress with https://github.com/ErikWittern/swagger-snippet for the snippet generation. Manual generation works will out of postman http://blog.getpostman.com/2015/08/31/writing-front-end-api-code-with-postman/ |
@RomanGotsiy One more question which should solve my issue. I have now generated most of my code snippets. But how do I reference them properly. I looked at the sample repo, but can't figure it out as they are ordered by post and get and not by the method name. When I look at the sample files, I can only find examples which have the code inside the yaml, like the following. An example which reads the snippets from the files would be great. Thanks!
|
IF you use generator-openapi-repo then you just have to put your snippets into correct folders: To bundle your snippets into single spec just run: |
I have a fully working code generator: |
I am trying to generate code samples and I am getting the following message:
Adding code samples to spec
Running plugins
Plugins folder not found. Skip.
Would be great if someone could explain where to find the plugins and how to add them?
Thanks!
The text was updated successfully, but these errors were encountered: