API Series #2 - Building an API with Flask in Python
James Briggs
Next video - how to deploy to the cloud: https://youtu.be/3fsIcMgUOY8
How can we set up a way to communicate from one software instance to another? It sounds simple, and - to be completely honest - it is.
All we need is an API.
An API (Application Programming Interface) is a simple interface that defines the types of requests (demands/questions, etc.) that can be made, how they are made, and how they are processed.
In our case, we will be building an API that allows us to send a range of GET/POST/PUT/PATCH/DELETE requests (more on this later), to different endpoints, and return or modify data connected to our API.
We will be using the Flask framework to create our API and Insomnia to test it.
š¤ 70% Discount on the NLP With Transformers in Python course: https://bit.ly/3DFvvY5
š¹ļø Medium article: https://towardsdatascience.com/the-right-way-to-build-an-api-with-python-cd08ab285f8f
š Subscribe for Article and Video Updates! https://jamescalam.medium.com/subscribe https://medium.com/@jamescalam/membership
š¾ Discord: https://discord.gg/c5QtDB9RAP
Free article link: https://towardsdatascience.com/the-right-way-to-build-an-api-with-python-cd08ab285f8f?sk=6e2dda4c8b6012767114e12ff34b1464
Download Insomnia: https://insomnia.rest/download ... https://www.youtube.com/watch?v=MF75aNH3Gjs
190047966 Bytes