Ember Data in the Wild: Getting Ember Data to Work With Your API
by: David Tang
Print Length 页数: 108 pages
Edition 版次: 1
Language 语言: English
Publisher finelybook 出版社: David Tang
Publication Date 出版日期: 2016-06-25
ISBN-10: B01HKT77CM
Contents
Chapter 1 – Welcome
Chapter 2 – Ember Data Overview
Chapter 3 – Talking to APIs with Adapters
Chapter 4 – API Response Formats and Serializers
Chapter 5 – Common Adapter and Serializer Customizations
Chapter 6 – Writing Adapters and Serializers from Scratch
Chapter 7 – Nested Resource Paths and Relationship Links
Chapter 8 – Working with Nested Data and Embedded Records
Chapter 9 – Handling Custom Error Responses
Chapter 10 – Testing Ember Data Customizations
Chapter 11 – Common Customizations with JSON-API
Chapter 12 – Goodbye