Skip to content

Commit fa9e8cc

Browse files
committed
sync
1 parent 1b25ad0 commit fa9e8cc

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,14 @@ WorkFlowy API docs: https://beta.workflowy.com/api-reference/
1010

1111
Grab your api key at: https://workflowy.com/api-key
1212

13-
NuGet: https://www.nuget.org/packages/WorkflowyNetAPI/
13+
NuGet: https://www.nuget.org/packages/WorkflowyNetAPI/
14+
15+
---
16+
17+
ToDo's:
18+
19+
[ ] JS API should have a C# controller/backend that just does the proxy call to WF API, so the REST call signature is in the frontend, but the actual call is done in the backend (to avoid CORS issues and exposing API key in frontend).
20+
[ ] Ask AI if there a lib for that
21+
22+
[ ] WFAPI class: implement a method to get all items recursively (get all children of a given item id, and their children, etc)
23+
[ ] Method to export in various formats (txt, json, xml, etc)

0 commit comments

Comments
 (0)