feat(todoist): add app, authentication, docs (#826)

This commit is contained in:
Ian Levesque
2023-01-07 09:09:39 -05:00
committed by GitHub
parent ff0bde059a
commit 1a4a1f7f8b
19 changed files with 418 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
favicon: /favicons/todoist.svg
items:
- name: Get Tasks
desc: Finds tasks in Todoist, optionally matching specified parameters.
- name: Create Task
desc: Creates a task in Todoist.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />