REST API
WebTerm Overview
Term
REST API
Category
Web
Related Terms
4
Definition
Representational State Transfer Application Programming Interface. An architectural style for web services that uses standard HTTP methods (GET, POST, PUT, DELETE) and stateless communication to manipulate resources identified by URLs.
Web