Talkspace Custom Report
This commit is contained in:
11
Scripts/API_Tests/props_to_csv.py
Normal file
11
Scripts/API_Tests/props_to_csv.py
Normal file
@ -0,0 +1,11 @@
|
||||
import requests
|
||||
import pandas as pd
|
||||
|
||||
apiKey =
|
||||
|
||||
def getProps():
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
pass
|
||||
Reference in New Issue
Block a user