From 49a1770dfafd9318a845cb5f5d7fa8c875304efd Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 7 Oct 2017 23:09:25 +0300 Subject: [PATCH] Updated Wekan Sandstorm cards to CSV using Python (markdown) --- Wekan-Sandstorm-cards-to-CSV-using-Python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wekan-Sandstorm-cards-to-CSV-using-Python.md b/Wekan-Sandstorm-cards-to-CSV-using-Python.md index 0fbf889..cd91355 100644 --- a/Wekan-Sandstorm-cards-to-CSV-using-Python.md +++ b/Wekan-Sandstorm-cards-to-CSV-using-Python.md @@ -14,7 +14,7 @@ Code originally by ertanalytics (Eric Thompson / AZero). Script has been used fo https://api-URL.SUBDOMAIN.sandcats.io#APIKEY ``` -2) Modity URL, SUBDOMAIN and APIKEY to this script that exports board to file directly: +2) Modity URL, SUBDOMAIN and APIKEY to this Bash script that exports board to file directly: ``` curl https://Bearer:APIKEY@api-URL.SUBDOMAIN.sandcats.io/api/boards/sandstorm/export?authToken=#APIKEY > wekanboard.json