2014-11-15 14:38:44 -05:00
|
|
|
{
|
2014-11-15 15:01:44 -05:00
|
|
|
"name": "NextAction",
|
|
|
|
"description": "Todoist API application to provide a auto-populated next action label",
|
|
|
|
"repository": "https://github.com/nikdoof/NextAction",
|
|
|
|
"keywords": ["python"],
|
|
|
|
"env": {
|
|
|
|
"TODOIST_API_KEY": {
|
|
|
|
"description": "Your Todoist API Key",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
"TODOIST_NEXT_ACTION_LABEL": {
|
|
|
|
"description": "The Todoist label to use for next actions.",
|
|
|
|
"value": "next_action",
|
|
|
|
"required": false
|
|
|
|
},
|
|
|
|
"TODOIST_SYNC_DELAY": {
|
|
|
|
"description": "The number of seconds to wait between syncs.",
|
|
|
|
"value": "5",
|
|
|
|
"required": false
|
2014-11-15 15:44:45 -05:00
|
|
|
},
|
|
|
|
"TODOIST_INBOX_HANDLING": {
|
|
|
|
"description": "What method to use for the Inbox, sequence or parallel",
|
|
|
|
"value": "parallel",
|
|
|
|
"required": false
|
2014-11-15 15:01:44 -05:00
|
|
|
}
|
2014-11-15 14:38:44 -05:00
|
|
|
}
|
|
|
|
}
|