How do I create a REST API in Drupal
REST stands for Representational State Transfer, It's a kind of Application Programming Interface that provides access to system resources through HTTP protocol. REST API uses the following methods to access data from REST Server.