Mostly migration work. Some Api test script updates.

This commit is contained in:
Norm Rasmussen
2024-12-17 17:02:46 -05:00
parent 77f1b63e35
commit abfa25a4d4
9 changed files with 28 additions and 19 deletions

View File

@ -4,7 +4,7 @@ import pprint
PP = pprint.PrettyPrinter(indent=4)
APIKEY = apikeys.SANDBOX
APIKEY = apikeys.NORMSANDBOX
HEADERS = {"content-type": "application/json", "X-Api-Key": APIKEY}
BASEURL = "https://api.northpass.com/v2"