-
Notifications
You must be signed in to change notification settings - Fork 175
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
Are there plans to support Loopback 4? #628
Comments
Does not seem so, but on the bright side Loopback 4 is supposed to support OpenAPI so you could generate the sdk using OpenAPI Tools |
Does that mean loopback-sdk-builder is sunsetted? Seems like a shame. (might take a while, Loopback4 looks good but still has some work to do, to be production; specifically authentication and authorization on the roadmap, as near as I can tell.) == John == |
it would be a dream, i hope loopback creates a build in sdk builder |
It's really essential. However, as Mean-expert-official seems to be somewhat sunsetted itself, not sure if anyone here will. I had some massive problems getting the original SDK to work; it never generated any of the loopback models for get/set, just patch and other weird verbs. Maybe that's what it's supposed to do? Very few samples for connecting with Angular or any client side. So I massively edited the SDK builder to do something simple. Probably messed it up, but it's working for us. The code isn't pretty though. I wouldn't mind creating a supported version of it, at some point, but we won't have time for another month or two.
|
Thank you @dmastag for that wonderful hint! I managed to set up something very simple based on OpenApiTools since it now supports typescript angular. I created a sample project to illustrate my idea. Read the Readme for more details. I think this could do the same job for loopback 4 as @mean-expert-official/loopback-sdk-builder did for loopback 3. What do you think? |
Another example based on looback 4 todo-list |
Look at Loopback 4 documentation Building an Angular Application from OpenAPI Specification which shows how to generate an OpenAPI spec JSON file and then generate models for the Angular application. |
What type of issue are you creating?
What version of this module are you using?
Write other if any:
Please add a description for your issue:
Are there any plans to support Loopback 4?
The text was updated successfully, but these errors were encountered: