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

Resolve many-to-many operations #6

Open
4 tasks
joelalejandro opened this issue Oct 21, 2022 · 0 comments
Open
4 tasks

Resolve many-to-many operations #6

joelalejandro opened this issue Oct 21, 2022 · 0 comments
Assignees

Comments

@joelalejandro
Copy link
Member

  • GET should bring related resources from either end of the relationship (A->B, B->A)
  • POSTing a resource with hould automatically create the record in the intermediate table (AB)
  • PUTting a relationship in a resource should automatically create the record in the intermediate table (AB)
  • DELETEing a resource should automatically remove the record in the intermediate table (AB)
@joelalejandro joelalejandro self-assigned this Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant