Scott Chua
10/28/2022, 5:08 AMpython main.py check --config secrets/config.json
?
EmailOctopus ’s API docs say,
“If you’re making a JSON request, include a Content-Type: application/json
header.”
so I want to check what the actual requests being sent look like… 😄Sherif Nada
10/28/2022, 5:43 AM--debug
flag
python main.py check --config secrets/config.json --debug
Scott Chua
10/28/2022, 9:11 AMDainius Salkauskas
10/28/2022, 11:53 AMapi_secret
URL request parameter to all requests 🙂 Also, here's aibytes docs for the requester and more examplesScott Chua
10/28/2022, 12:41 PM