REST API
Created Jan. 8, 2024, 2:02 a.m.
Modified Jan. 8, 2024, 2:05 a.m.
API that allows a Client and Server to Request data directly between them without the need for rendering an entire website. REST stands for Representational State Transfer. It's a software style that remains Stateless (i.e the state of the request is not stored, all data is returned from a single function).