Skip to content

Commit 98ee4dc

Browse files
authored
Fix formatting of ToDo list in README.md
1 parent 780889a commit 98ee4dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ NuGet: https://www.nuget.org/packages/WorkflowyNetAPI/
1616

1717
ToDo's:
1818

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).
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).
2020

21-
[ ] Ask AI if there a lib for that
21+
[] Ask AI if there a lib for that
2222

23-
[ ] WFAPI class: implement a method to get all items recursively (get all children of a given item id, and their children, etc)
23+
[] WFAPI class: implement a method to get all items recursively (get all children of a given item id, and their children, etc)
2424

25-
[ ] Method to export in various formats (txt, json, xml, etc)
25+
[] Method to export in various formats (txt, json, xml, etc)

0 commit comments

Comments
 (0)