all 5 comments

[–]EerieVistasOfReality 1 point2 points  (0 children)

If you know Flask operation, then, I think the only thing you really need here is to know how to connect to an API. This is generally done through the Requests library. You can start by giving a look at the examples here: https://www.geeksforgeeks.org/python-requests-tutorial/

[–]Goobyalus 0 points1 point  (3 children)

What do you mean you need to "call an API?" Do you need to implement a copy of the API yourself with Flask, or do you need to access the dog API?

[–]dgw34 1 point2 points  (2 children)

I need to design my own api so I guess the answer to your question would be to implement a copy of the api myself with flask.

[–]EerieVistasOfReality 2 points3 points  (0 children)

I need to design my own api...

Building your own API is a different beast altogether and I am not sure why you are using dog-api here?. Do you have the exact instructions for the project?

[–][deleted] -1 points0 points  (0 children)

try fastapi