Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mock-server for fixtures #3

Open
4 tasks
azinit opened this issue Nov 8, 2021 · 0 comments
Open
4 tasks

Add mock-server for fixtures #3

azinit opened this issue Nov 8, 2021 · 0 comments
Labels

Comments

@azinit
Copy link
Member

azinit commented Nov 8, 2021

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

@azinit azinit added the enhancement New feature or request label Nov 8, 2021
@azinit azinit moved this to Todo in 📓 Sharead Backlog Nov 8, 2021
@azinit azinit added refactor and removed enhancement New feature or request labels Nov 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

1 participant