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