REST API

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).


Previous Note 2024-01-07 Next Note 2024-01-08