REST API
R
REST API
Definition
Representational State Transfer API: an architectural style for building web services that uses HTTP methods to perform CRUD operations on resources identified by URIs. RESTful APIs are stateless, cacheable, and follow a uniform interface.