December 2016
Beginner to intermediate
1005 pages
21h 54m
English
Drupal 8 ships with the RESTful functionality, to implement web services to interact with your application. This chapter shows you how to enable these features and build your own API:
There are several modules provided by Drupal 8 that enable the ability to turn it into a web services provider. The Serialization module provides a means of serializing data to, or deserializing from formats such as JSON and XML. The RESTful Web Services module then exposes entities and other APIs through web APIs.
The HAL module serializes entities using Hypertext Application ...
Read now
Unlock full access