-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Relevant version
- 0.x
- 1.x
- 2.x
Relevant libraries
- utils
- core
- network
- jsonapi
- jsonapi-angular
Breaking change
No
Description
Sometimes, the server doesn't implement the response as expected, so we should hand e this.
We should add a browserParsingMethod property into the network config:
all- the current implementation, default in order to not break backwards compatibilityjson- parse onlyapplication/vnd.api+jsonandapplication/jsonresponses, ignore the reststrict- parse onlyapplication/vnd.api+jsonresponses, ignore the rest
fvoska