A PHP class for the Habitica API.
- User status
- User tasks
- Task id by task name/text
- Task information by task id
- Create New Tasks
type: habit | daily | todo | reward
text: This is an example title
value: 0
note: This is just a simple note
- Score Tasks
taskId: some-task-id
direction: up | down
- Update Tasks
taskId: some-task-id
text: Updated title
- Update Tasks
- 'text: Updated title' (required)