I hereby claim:
- I am mikefrey on github.
- I am mikefrey (https://keybase.io/mikefrey) on keybase.
- I have a public key ASBcNfSA2N0Cb7O6eoPfoJnCLXgjGokm9MdhvbjllGw5zAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| const SESSION_ID = '<INSERT SESSION ID HERE>' | |
| const URL = require('url') | |
| const URLSearchParams = URL.URLSearchParams | |
| const https = require('https') | |
| async function doRequest(urlString, headers) { | |
| const url = URL.parse(urlString) | |
| const options = { | |
| hostname: url.hostname, | |
| port: url.port, |