Drupal8

Custom Rest API - Part I

Rest API: (Representational State Transfer)

In this series of the blog we will discuss custom rest APIs and how can we define it in Drupal 8. I have divided this series into 2 parts. In our first part we will discuss core rest APIs and "How can we extend Rest module to define our custom API in Drupal 8" and In our 2nd part we will discuss, "How can we define Rest Api using controller".