Hoping you can help me out Aden, I’ve been trying to use your api for a dog app I was creating but having a hard time accessing the dog api. I’ve fixed flaws in my code but still can’t get access. Heres the response I’m getting in the terminal,
DEBUG: Starting new HTTPS connection (1): api.thedogapi.com:443
DEBUG: https://api.thedogapi.com:443 “GET /v1/breeds/search?/q:akita/quote?token=(shows my api key number here) HTTP/1.1” 200 2
The “443” in that image is referring to the port number it’s connecting with: HTTPS/443.
The result you’re getting is at the end of the second line: 200 (OK)
So the API is working, something else is going wrong in your code after the fact. Would you mind sharing what you’re trying to do? I might be able to help out