feat(todoist): add app, authentication, docs (#826)
This commit is contained in:
14
packages/docs/pages/apps/todoist/actions.md
Normal file
14
packages/docs/pages/apps/todoist/actions.md
Normal 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 />
|
Reference in New Issue
Block a user