-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
Requirements
- To resolve relationships problem
// GET /books/10 { id: 10, title: "..." author: { ... } // User }
// GET /users/4 { id: 10, firstName: "John", rentBooks: {...}[] // Book[] }
- Maybe by explicit relationships (with serialization resolving)
- Maybe by different endpoints
- Without overengineering 😄
Variants
- miragejs
- (but has issues with Relationships in fixtures, e.g. Book <=> User)
- json-server
- Or anothers...
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo