node-todoist:todoist v8同步API的nodejs实现

时间:2024-04-25 04:16:05
【文件属性】:

文件名称:node-todoist:todoist v8同步API的nodejs实现

文件大小:76KB

文件格式:ZIP

更新时间:2024-04-25 04:16:05

nodejs node todoist todoist-api TypeScript

十足的 该模块实现了所述的Todoist Sync API v8。 用法 const Todoist = require ( 'todoist' ) . v8 const todoist = Todoist ( process . env . TODOIST_API_KEY ) ; ( async ( ) => { // READING DATA: // sync(): retrieves the latest data, incrementally. // the first call retrieves all data, but you can ask // for the specific data you want by passing // eg ['projects', 'items'] await to


【文件预览】:
node-todoist-master
----rollup.config.js(660B)
----package.json(1KB)
----jest.config.js(69B)
----package-lock.json(213KB)
----src()
--------v8-types.ts(44KB)
--------v8.ts(12KB)
--------v8.test.js(909B)
--------index.ts(277B)
----.npmignore(13B)
----tsconfig.json(176B)
----examples()
--------simple.js(547B)
--------types.ts(503B)
----.gitignore(18B)
----.prettierrc.js(115B)
----README.md(7KB)
----tsconfig.build.json(410B)

网友评论