mirror of
https://github.com/wekan/wekan.git
synced 2025-12-21 18:00:12 +01:00
Updated Wekan Sandstorm cards to CSV using Python (markdown)
parent
255dc57592
commit
7d536477c1
1 changed files with 1 additions and 2 deletions
|
|
@ -55,8 +55,7 @@ from bson import json_util, ObjectId
|
||||||
from pandas.io.json import json_normalize
|
from pandas.io.json import json_normalize
|
||||||
reload(sys)
|
reload(sys)
|
||||||
sys.setdefaultencoding('utf-8')
|
sys.setdefaultencoding('utf-8')
|
||||||
#Need new API for KHS
|
#Export API Command
|
||||||
#https://api-KEYCHANGED.example.com#MAYBEKEYHERE
|
|
||||||
apiURLnoAuth = 'https://Bearer:APIKEY@api-URL.SUBDOMAIN.sandcats.io/api/boards/sandstorm/export?authToken=#APIKEY'
|
apiURLnoAuth = 'https://Bearer:APIKEY@api-URL.SUBDOMAIN.sandcats.io/api/boards/sandstorm/export?authToken=#APIKEY'
|
||||||
|
|
||||||
sleep(1) #Time in seconds
|
sleep(1) #Time in seconds
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue