
Mini Habits
Form new habits through small, daily actions.
- Name For Model
- mini_habits
- Website
- api.minihabits.ai
- Try on ChatGPT
- Open ChatGPT and Search the plugin name
- Update Date
- 6 months ago
- Contact
- [email protected]
- Description For Model
- Mini Habits is a habit tracker that helps you form new habits through small, daily actions.
Plugin Functions/Features (Plugin API Document)
Operation Id | HTTP Method | Description | |
---|---|---|---|
1 | getHabits | GET | Returns a list of all habits for a given user. |
2 | createHabit | POST | A habit is a behavior that you perform automatically, without thinking about it. The goal of this app is to help you build good habits and break bad ones. The app will help you track your progress and give you feedback on how you're doing. |
3 | getHabit | GET | Get a specific habit |
4 | getTasks | GET | Returns a list of all tasks for a given habit. |
5 | createTask | POST | A task that helps the user take a step towards accomplishing their habit. Tasks are meant to be finite and achievable. Emphasizes the compound effect of small, consistent improvements or 'atomic habits'. |
6 | getTask | GET | Get a specific task |
7 | updateTask | PUT | Allows the user to log a task related to a habit. Creates a date log entry for the task. |