-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Docs] Top-down (swagger gen) app tutorial #734
Comments
Top-down approach is out of scope of MVP. |
related to #725 |
@strongloop/sq-lb-apex @bajtos @raymondfeng @hacksparrow, now that we have The blog post from @raymondfeng (https://strongloop.com/strongblog/loopback4-openapi-cli/) covers this topic more in depth and contains more examples. If you think the current docs is not sufficient, we can move some of the content in that blog to our documentation as well. |
I am good to close this issue, or add a section for "api definition first approach" under the "Best Practice" |
Please note that top-down approach is not about taking an OpenAPI spec file and generating TS code with The problem of the |
This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the |
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the |
Story
As a LoopBack4 user, I would like an easy to follow and intuitive tutorial which shows me how to make a LB4 app using a top-down approach, where I start with a swagger definition.
Acceptance Criteria
TBD
The text was updated successfully, but these errors were encountered: