REST API
• What is a REST API?
• A REST API (Representational State Transfer) is a way for
applications to communicate over the web using standard HTTP
methods.
• Key idea
• A REST API exposes resources (data) through URLs and lets you
interact with them using HTTP methods.
• Tools to build REST APIs
• Popular frameworks:
• [Link] (JavaScript / [Link])
• FastAPI
• Django REST Framework