REST
REST (Representational State Transfer) is essentially an architectural style that dictates how data should be handled and “transferred” across a network. REST APIs typically use JSON to send data between the client and the server, and the HTTP methods GET, PUT, PATCH, POST and DELETE.
See Also
Last modified April 7, 2026: Merge branch '7.11' into 7.12 (5ca47c5)