Skip to content

Instantly share code, notes, and snippets.

View jay0lee's full-sized avatar

Jay Lee jay0lee

View GitHub Profile
#!/usr/bin/env python3
### This script requires PyJWT. Install it by running:
###
### pip3 install PyJWT
###
### Example usage on Linux with curl to call Admin SDK Directory API users.get()
###
### curl -vvvv \
### -H "accept: application/json" \