JSON:API 2 - A Path To Decoupled Drupal

Drupal Camp Asheville 2024 - July 12th-14th

Room
406
Start Time

Topics

Presenter(s)

Erich Beyrent
of
BioRAFT

With the inclusion of JSON:API in Drupal core, we now have a solid, stable path to support decoupled Drupal through standardization of payload structures and query string parameters.

This session will cover:

  • Why JSON:API instead of the REST module, GraphQL, Relaxed WS, etc.
  • JSON:API overview
  • Authentication with JSON Web Tokens
  • Requests, filters, sorting, pagination
  • File uploads
  • Gotchas