REST
REST
Representational State Transfer - an architectural style for APIs that exposes resources as URLs accessed with standard HTTP verbs (GET, POST, PUT, PATCH, DELETE), usually returning JSON.
Representational State Transfer - an architectural style for APIs that exposes resources as URLs accessed with standard HTTP verbs (GET, POST, PUT, PATCH, DELETE), usually returning JSON.