Drupal 8 promised an API-first approach. Having the REST API in core means that you no longer have to find the right contributed module to serve your content up to single-age applications or other sites. In this chapter, we learned how to:
- Create basic lists of content with Views
- Create a custom REST plugin to handle custom integrations
- Properly secure and cache your REST endpoint
In the next chapter we will be looking at the multilingual interface in Drupal 8 and how to translate content and localize configuration within your site.