Cargando…

Pro Ember Data : getting Ember Data to work with your API /

Learn how to work with Ember Data efficiently, from APIs, adapters, and serializers to polymorphic relationships, using your existing JavaScript and Ember knowledge. This book will teach you how to adapt Ember Data to fit your custom API. Have a custom API that you aren't sure how to use with E...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Tang, David (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley] : Apress, [2021]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. Ember Data Overview
  • 2. Talking to APIs with Adapters
  • 3. API Response Formats and Serializers
  • 4. Common Adapter and Serializer Customizations
  • 5. Writing an Adapter and Serializer from Scratch
  • 6. Swapping the API with Local Storage
  • 7. Nested Resource URL Paths and Relationship Links
  • 8. Working with Nested Data and Embedded Records
  • 9. Handling Custom Error Responses
  • 10. Testing Adapters and Serializers
  • 11. Common Customizations with JSON:API
  • 12. Consuming the Reddit API
  • 13. Polymorphic Relationships.