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 hoodie.task API #10

Open
gr2m opened this issue Nov 19, 2015 · 3 comments
Open

Add hoodie.task API #10

gr2m opened this issue Nov 19, 2015 · 3 comments

Comments

@gr2m
Copy link
Member

gr2m commented Nov 19, 2015

Should be something like

var Task = require('hoodie-client-task')
// ...
api.task = new Task(api.id, { url: '/hoodie/account/api' })
@bnb
Copy link

bnb commented Nov 27, 2015

Just a question (I know nothing about this code), is there a reason you're defining Task, but not calling it? You call .task, but that's a different variable, right?

@gr2m
Copy link
Member Author

gr2m commented Nov 27, 2015

ohhh I made a mistake there, new Account should be new Task, thanks so much for asking 👍 I corrected it in my code above

@gr2m gr2m removed the ready label Jan 7, 2016
@gr2m
Copy link
Member Author

gr2m commented Jan 7, 2016

hoodie.task API is out of scope for upcoming Hoodie Tent release

@gr2m gr2m removed the starter label Apr 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants