Skip to content

Add flatList and flatListCsv methods to EventReports for event data retrieval#265

Merged
mroloux merged 1 commit into
masterfrom
matti/flat-list-event-report
Jul 8, 2026
Merged

Add flatList and flatListCsv methods to EventReports for event data retrieval#265
mroloux merged 1 commit into
masterfrom
matti/flat-list-event-report

Conversation

@mroloux

@mroloux mroloux commented Jul 8, 2026

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings July 8, 2026 11:57
@mroloux mroloux requested a review from a team as a code owner July 8, 2026 11:57
@mroloux mroloux requested review from bverbeken and schaloner and removed request for a team July 8, 2026 11:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds new EventReports endpoints to retrieve event data as a flat list (JSON) or CSV, along with corresponding integration tests.

Changes:

  • Added EventReports.flatList(eventKey) to retrieve a flat JSON list of EventObjectInfo.
  • Added EventReports.flatListCsv(eventKey) to retrieve the same data as CSV.
  • Added tests covering both new methods.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/main/java/seatsio/reports/events/EventReports.java Adds flatList and flatListCsv methods that call the new event report endpoints and parse/return the results.
src/test/java/seatsio/reports/events/EventReportsTest.java Adds test cases validating flat-list JSON retrieval and CSV output format.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/test/java/seatsio/reports/events/EventReportsTest.java
Comment thread src/test/java/seatsio/reports/events/EventReportsTest.java
@mroloux mroloux merged commit 022f6ec into master Jul 8, 2026
3 checks passed
@mroloux mroloux deleted the matti/flat-list-event-report branch July 8, 2026 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants