What can i do with REST API flask python in real life? What is the benefit of learn REST API ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What can i do with REST API flask python in real life? What is the benefit of learn REST API ?

What can i do with REST API flask python i real life, what is the benefit of learn REST API ?

2nd Oct 2020, 5:02 AM
Suresh.K
Suresh.K - avatar
1 Answer
0
REST APIs provide a clean API between two systems by using HTTP requests. If you are working on a REST API client, you don't have to worry about the language the server is implemented in. The somewhat limited abilities of the REST API makes for a very defined separation between client and server. A lot of extensible commercial and open source products implement a REST API, so it's a great thing to learn about.
15th Apr 2021, 11:27 PM
Myk Dowling
Myk Dowling - avatar