1 year ago
#370489
Sebastian Kurrle
How to comunicate with an flask RESTful api
I'm currently building a webapp that runs on a flask RESTful api. My question is how can I best communicate in the frontend with the backend. For example, I have an endpoint /products which has a get method to display all products and a post method to create a new product. How can I determine when which method is executed. Code of the methods
python
api
backend
communication
flask-restful
0 Answers
Your Answer