We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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[?offset=x&limit=y]
GET /events/upcoming/city[?city=x&country=y&offset=a&limit=b] <- Get all upcoming events by city & county
GET /events/upcoming/city[?city=x&country=y&offset=a&limit=b]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ASCGET /events/upcoming/city[?city=x&country=y&offset=a&limit=b]
<- Get all upcoming events by city & countyThe text was updated successfully, but these errors were encountered: