REST Services — Representational State Transfer (REST) is an architectural style for designing networked applications using stateless communication and standard HTTP methods (GET, POST, PUT, DELETE, PATCH) to interact with resources identified by URLs. -
View it on GitHub