Automattic / Automattic/eventbrite-api

Default endpoint does not include events that are sold out or only announced

Open
#38 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
69
Forks
41
PR merge metrics
No merged PRs in 30d

Description

The `events/search` endpoint doesn't include events that are sold out or only announced, but these _are_ available on this endpoint by passing an empty `q` query param:

`https://www.eventbriteapi.com/v3/events/search/?q=+&organizer.id=&token=`

A new `Eventbrite_Query` argument could be added that triggers the empty param, maybe just `soldout_announced = true`.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the Eventbrite_Query handling for the events/search endpoint and compare its default request with the documented empty q query parameter. Confirm the change makes sold-out and announced events appear without breaking existing searches, then verify the endpoint behavior with the repository's available checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
api
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.