Skip to content

Add mock-server for fixtures #3

@azinit

Description

@azinit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions