www-workflowy icon indicating copy to clipboard operation
www-workflowy copied to clipboard

Add CLI

Open wizonesolutions opened this issue 12 years ago • 5 comments

This would help to use this as an API integration tool for now with other programming languages.

wizonesolutions avatar May 06 '13 11:05 wizonesolutions

:+1:

jgallen23 avatar Sep 18 '13 22:09 jgallen23

:+1:

They really need to release a RESTful API or something, sigh ... (they, meaning Workflowy proper -- this project of course, is a great idea, but you know what I mean)

rcherny avatar Oct 11 '13 17:10 rcherny

I'd love to see an official and stable API from them. Until then I like the tool enough to keep this module going.

@wizonesolutions, @jgallen23, @rcherny: Can you walk through a few use cases for a CLI client? Implementing one may be tricky due to WorkFlowy's assumption that clients will have a local mostly-synchronized copy of the tree data, but it's at least worth looking into.

cotto avatar Oct 11 '13 20:10 cotto

The only use case I have is adding a new item to a list. I basically just want to pass in the item text and the parent id.

The reason I want this is to be able to have a cron job that can create recurring tasks.

jgallen23 avatar Oct 11 '13 20:10 jgallen23

@cotto is there any way you could document (maybe start a wiki entry) the create item api? I tried to go through the perl code, but it's pretty cryptic for somebody who has never done anything in perl before. Thanks

jgallen23 avatar Nov 04 '13 19:11 jgallen23