Glassdoor notes, some Mizuno templates & a script

This commit is contained in:
Norm Rasmussen
2023-07-06 16:53:42 -04:00
parent 407cdafa47
commit 013ba5b9a1
305 changed files with 293 additions and 366 deletions

View File

@ -7,6 +7,7 @@ normsandbox = "SlpQlju219WnWogn94dQUT6Yt"
walmartprod = "6hUfJdAartHTHhHc0WIRZYPWe"
recast = "9LISLpq7Ebqot3Xrggn5twKWZ"
mizuno = "stXNF84HWL8aCGeRjHEo2rJ1U"
mizuno_running = "XeRrtgm0BFYPjOjPekVwCdGkW"
sps = "VNDXh8K4tLYJ-Nvp78bo6w"
anthology = "8ALsk8jDOlynEwn8ScMBSnG87"
talkspace_1099 = "jpfQoIc2i5S6iq4saFjBOEkbt"

View File

@ -1,7 +1,7 @@
import requests
import Apikeys
apiKey = Apikeys.client
apiKey = Apikeys.mizuno_running
def getallUuid(apiKey):
@ -32,7 +32,7 @@ def addtoGroup(apiKey, uuid):
"data": [
{
"type": "membership-groups",
"id": "2f9aaac9-000a-4888-be33-3b65b76b5b9f",
"id": "7383c506-619f-4a83-b1bc-ba766faae06f",
}
]
}