🙃
Pinned Loading
-
-
Use this JS script to automatically ...
Use this JS script to automatically set the Graph Api access token instead of manually getting a new one every time it gets expired. Just put the `{{graphApiAccessToken}}` variable into the Auth tab by selecting type `Bearer Token`. 1const client_id = pm.environment.get('client_id');
2const client_secret = pm.environment.get('client_secret');
3const tenant_id = pm.environment.get('tenant_id');
45const graphApiAccessTokenTenantId = pm.globals.get(
-
Solution to Code VS Zombies challeng...
Solution to Code VS Zombies challenge at https://www.codingame.com/ide/puzzle/code-vs-zombies. 1/**
2* Save humans, destroy zombies!
3* https://www.codingame.com/ide/puzzle/code-vs-zombies
4**/
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.