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

[question]: why hoodieAccount service does not expose hoodie account api completely? #74

Open
fredguth opened this issue Jun 2, 2017 · 2 comments

Comments

@fredguth
Copy link

fredguth commented Jun 2, 2017

In hoodie-account.js, the service does not allow:
account.validate
account.signUp
account.signIn
account.signOut
account.destroy
account.get
account.update
account.profile.get
account.profile.fetch
account.profile.update
account.request
account.on
account.one
account.off

is there a reason for that? It doesn't seem right.

@gr2m
Copy link
Member

gr2m commented Jun 2, 2017

I agree, it should expose all of the account methods. Note that there was a change recently: https://github.com/hoodiehq/hoodie-account-client/releases/tag/v6.0.0

I think account.profile.fetch no longer exists, also the account.ready method was removed. It would be great if you could help us make ember-hoodie up to date. I used it myself in the past but am not right now so can’t help maintain it at this point. Happy to onboard you :)

@fredguth
Copy link
Author

I will work on this next week, I was already planning to take a deeper look in ember-hoodie.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants