[31f88f42] Keine neuen Commits in dieser Session.
Keine neuen Commits in dieser Session.
This commit is contained in:
6
connector-superoffice/test_contact.py
Normal file
6
connector-superoffice/test_contact.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from dotenv import load_dotenv
|
||||
load_dotenv(override=True)
|
||||
from superoffice_client import SuperOfficeClient
|
||||
c = SuperOfficeClient()
|
||||
res = c.search("Contact?$top=1&$select=contactId,name,department,orgNr,number,business/value,category/value,country/value,address,urlAddress,urls")
|
||||
print(res)
|
||||
Reference in New Issue
Block a user