Drupal 8 ships with the RESTful web servers functionality to implement web services to interact with your application. This chapter shows you how to enable these features and build your API, covering the following topics:
- Enabling RESTful interfaces
- Using POST to create data
- Using PATCH to update data
- Using Views to provide custom data sources
- Authentication
- Using JSON API