got
hangs when calling Tesla auth API: GET https://auth.tesla.com/oauth2/v3/authorize
await got.get("https://auth.tesla.com/oauth2/v3/authorize", { retry: { limit: 0 } });
node-fetch
properly returns data (Bad Request
when no query parameters are provided):
await fetch("https://auth.tesla.com/oauth2/v3/authorize");
...
...
...
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too