Skip to content
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

getAll() & getModelNames() | SDKModels #297

Closed
1 task done
brannon-darby opened this issue Jan 5, 2017 · 0 comments · Fixed by #299
Closed
1 task done

getAll() & getModelNames() | SDKModels #297

brannon-darby opened this issue Jan 5, 2017 · 0 comments · Fixed by #299

Comments

@brannon-darby
Copy link
Member

brannon-darby commented Jan 5, 2017

What type of issue are you creating?

  • Enhancement

What version of this module are you using?

  • [ x] 2.1.0-rc.n (2.1 Release Candidate n)

Write other if any:

Please add a description for your issue:

Requesting methods to retrieve all models - addition to the SDKModels class.

public getAll() { return this.models }
public getModelNames() { return Object.keys(this.models) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants