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

Feat/embedding events to attraction #109

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

ThorstenDiekhof
Copy link
Contributor

Hier wird ein Boolean 'withEvents' zu den Abfragen "GET /attractions" und "GET /attractions/{identifier}" hinzugefügt, der es erlaubt, alle zu den abgefragten Attractions gehörigen Events mit abzufragen. Der Response enthält hierfür neben der Property "data" die Property "related" mit den entsprechenden Events.
Es ist Absicht, dass diese nicht Teil der jeweiligen Attraction sind, sondern alle in einem Array stehen. Die Performance wäre sonst (noch) schlechter und der typische Anwendungsfall ist, dass man die Events mit entsprechendem Attractions-Titel anzeigen möchte und nicht die Attractions. Also, eine Liste mit allen Events, die bestimmte Kriterien bzgl. Attraction beinhalten.

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

Successfully merging this pull request may close these issues.

1 participant