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

Add ability to add "namespaced" option for "getStore" #94

Closed
geiseri opened this issue Dec 8, 2018 · 4 comments
Closed

Add ability to add "namespaced" option for "getStore" #94

geiseri opened this issue Dec 8, 2018 · 4 comments
Labels
enhancement Hacktoberfest Things people should be able to implement in a short amount of time. help wanted v2

Comments

@geiseri
Copy link

geiseri commented Dec 8, 2018

In some cases, you want to have to have your API states in a module you need to supply a namespaced: true option. Right now I have to do modules: {api: {namespaced: true, ...api}} and I would rather be able to do a modules: {api} for less verbosity.

@christianmalek
Copy link
Owner

Hello @geiseri,

Thanks for your idea! I've added it to the feature ideas for v3.

@christianmalek christianmalek mentioned this issue Dec 9, 2018
Closed
@wobsoriano
Copy link

Hi, may I know how you guys currently do namespacing with this? Thank you!

@christianmalek
Copy link
Owner

Hello @sorxrob I didn't add a namespacing option yet. This is why @geiseri 's method is currenty the way to go. PRs are welcome if you want to implement it.

@christianmalek christianmalek reopened this Oct 7, 2019
@christianmalek christianmalek added Hacktoberfest Things people should be able to implement in a short amount of time. v2 labels Oct 7, 2019
@christianmalek
Copy link
Owner

Added in #99

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Hacktoberfest Things people should be able to implement in a short amount of time. help wanted v2
Projects
None yet
Development

No branches or pull requests

3 participants