How to Send and Receive Data in Flask
I’ll be using Repl.it for writing all the code. Repl.it lets you quickly deploy your API and is really convenient. You can find my Repl here
Here are the 4 types of data we will be looking at
- Sending/Receiving Parameters
- Sending/Receiving Form Data
- Sending/Receiving JSON String Data