2018-08-29 19:13:01 +00:00
# Describes the format for Habitica service
api_call :
2021-02-04 00:43:07 +00:00
description : Call Habitica API
2018-08-29 19:13:01 +00:00
fields :
name :
description : Habitica's username to call for
2020-04-05 08:33:45 +00:00
example : "xxxNotAValidNickxxx"
2018-08-29 19:13:01 +00:00
path :
description : "Items from API URL in form of an array with method attached at the end. Consult https://habitica.com/apidoc/. Example uses https://habitica.com/apidoc/#api-Task-CreateUserTasks"
example : '["tasks", "user", "post"]'
args :
2021-02-04 00:43:07 +00:00
description : Any additional JSON or URL parameter arguments. See apidoc mentioned for path. Example uses same API endpoint
2018-08-29 19:13:01 +00:00
example : '{"text": "Use API from Home Assistant", "type": "todo"}'