Updated blacklane, chubb and anthology's templates. Some small script updates. Todos.

This commit is contained in:
Norm Rasmussen
2024-03-14 17:49:46 -04:00
parent f4a1a757c4
commit f32ce078e1
122 changed files with 2040 additions and 92 deletions

View File

@ -6,7 +6,7 @@ pp = pprint.PrettyPrinter(indent=4)
BASEURL = "https://api.northpass.com/v2/people/"
BASEURLNAME = "https://api.northpass.com/v2/people?filter[name][eq]="
BASEURLEMAIL = "https://api.northpass.com/v2/people?filter[email][cont]="
APIKEY = Apikeys.DATASNIPPER
APIKEY = Apikeys.ANTHOLOGY
def getfromName(BASEURLNAME, APIKEY):