Scripts updated to do Anthology work. Added Anthology's GAS Script. Pipedrive's Sitemap. and Zenjob templates.
This commit is contained in:
@ -23,9 +23,10 @@ def get_courses():
|
||||
nextlink = response["links"]
|
||||
|
||||
for item in response["data"]:
|
||||
id = item["id"]
|
||||
name = item["attributes"]["name"]
|
||||
list_of_ids.append(id)
|
||||
idict = { item["attributes"]["name"] : item["id"] }
|
||||
# id = item["id"]
|
||||
# name = item["attributes"]["name"]
|
||||
list_of_ids.append(idict)
|
||||
|
||||
if "next" not in nextlink:
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user