From 61fbe6e72f16b9f8fde6ee710cb8e97c90636a30 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 2 Feb 2019 22:00:29 +0200 Subject: [PATCH] Updated Wekan Sandstorm cards to CSV using Python (markdown) --- Wekan-Sandstorm-cards-to-CSV-using-Python.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Wekan-Sandstorm-cards-to-CSV-using-Python.md b/Wekan-Sandstorm-cards-to-CSV-using-Python.md index fe9f7dd..5e46e97 100644 --- a/Wekan-Sandstorm-cards-to-CSV-using-Python.md +++ b/Wekan-Sandstorm-cards-to-CSV-using-Python.md @@ -19,6 +19,10 @@ https://api-URL.SUBDOMAIN.sandcats.io#APIKEY ``` curl https://Bearer:APIKEY@api-URL.SUBDOMAIN.sandcats.io/api/boards/sandstorm/export?authToken=#APIKEY > wekanboard.json ``` +For local Sandstorm install: +``` +curl http://Bearer:APIKEY@api-URL.local.sandstorm.io:6080/api/boards/sandstorm/export?authToken=#APIKEY > wekanboard.json +``` ***