-
Notifications
You must be signed in to change notification settings - Fork 16
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
Optional parameter not optional in habitipy #25
Comments
This library parses apidoc from Habitica (see cached |
Signed-off-by: Pavel Pletenev <[email protected]>
Thanks for the quick fix, already tested it and works like a charm. Now i can reduce the number of api call for tasks to 1 instead of 4 :) |
When working on the Home Assistant Habitica integration i noticed the method for fetching the users tasks
api.tasks.user.get(type=task_type)
takes the parametertype
as mandatory though for the habitica api it is optional. HA uses habitipy v. 0.2.0 but I updated to 0.3.0 and this was still an issue. Could you maybe take a look into this?The text was updated successfully, but these errors were encountered: