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

REST API #4

Open
gedanziger opened this issue Apr 23, 2019 · 0 comments
Open

REST API #4

gedanziger opened this issue Apr 23, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@gedanziger
Copy link
Member

Add paginated searches (default 12 items per page, starting page 0 if not set for each):

(Define upcoming events as an event after the current time).

GET /events/upcoming[?offset=x&limit=y] <- Get all upcoming events, ordered by date ASC

GET /events/upcoming/city[?city=x&country=y&offset=a&limit=b] <- Get all upcoming events by city & county

@gedanziger gedanziger added the enhancement New feature or request label Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant