We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Write other if any:
Requesting methods to retrieve all models - addition to the SDKModels class.
public getAll() { return this.models } public getModelNames() { return Object.keys(this.models) }
The text was updated successfully, but these errors were encountered:
Release 2.1.0-rc.8 : rocket:
eeb3b78
- Milestone Details: https://github.com/mean-expert-official/loopback-sdk-builder/milestone/30?closed=1 - Fix: #297 - Fix: #296 - Fix: #295 - Fix: #292 - Fix: #290 - Fix: #288 - Fix: #285 - Fix: #284
jonathan-casarrubias
Successfully merging a pull request may close this issue.
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:
Requesting methods to retrieve all models - addition to the SDKModels class.
The text was updated successfully, but these errors were encountered: