I'm writing a basic C# app to download/backup my checklists.
Checkvist has become totally indispensable and while I trust the
service runs very reliably, I'd not be doing "due dilligence" to my
employer if I lost any data that would impact my work.
So, I almost got it, and while I see the API docs suggest I can create
tasks by supplying the "import_content", I can't see how to download
as OPML? I tried using this URL:
http://checkvist.com/checklists/{0}.opml?export_status=true&export_notes=true&export_details=true&export_color=true
However that URL requires cookies for authentication, and since my app
isn't sending any cookies, it receives the HTML for the logon page
instead.
I've tried the suggested task URLs in the API, but they don't seem to
supply the opml that I would then use to restore from. How can I get
that?