Daily Term: REST API
REST API
A REST API (Representational State Transfer) is an architectural style for designing networked applications. It uses HTTP methods like GET, POST, PUT, and DELETE to perform CRUD operations on resources, which are represented as URLs.
Date: 2025-05-01