You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm looking at service.ejs, and note that there's code there to generate GET, PUT, UPSERT, etc. verbs.
My Loopback API is fairly generic and absolutely does have full API capability, including get, put, etc.
Yet the generated code ONLY has the Patch method.
I was very confused. There's very little documentation on how to use these API's, for example in Angular, to obtain current values; I start to implement 'GET' verbs, then notice that they should be generated, I think.
Does anyone have any ideas, or is this project dead?
I know the main maintainer's abandoned this project to work on another project (which seems abandoned too, I hope everything is OK), but this is a serious problem. No one has any ideas? Is it a MySQL connector issue? If I write my own methods everything works fine.
What type of issue are you creating?
What version of this module are you using?
2.1.2
Write other if any: 2.1.2
Please add a description for your issue:
I'm looking at service.ejs, and note that there's code there to generate GET, PUT, UPSERT, etc. verbs.
My Loopback API is fairly generic and absolutely does have full API capability, including get, put, etc.
Yet the generated code ONLY has the Patch method.
I was very confused. There's very little documentation on how to use these API's, for example in Angular, to obtain current values; I start to implement 'GET' verbs, then notice that they should be generated, I think.
Does anyone have any ideas, or is this project dead?
Seems to be related to #608
Is only Loopback 2 supported? That would have been good to know.
The text was updated successfully, but these errors were encountered: