Skip to content

implement get all bulk reports by user (list) API endpoints and request/response models#42

Merged
lykmapipo merged 1 commit intodevelopfrom
feature/bulk-downloads-list
Dec 18, 2025
Merged

implement get all bulk reports by user (list) API endpoints and request/response models#42
lykmapipo merged 1 commit intodevelopfrom
feature/bulk-downloads-list

Conversation

@lykmapipo
Copy link
Collaborator

This:

  • add BulkReportListEndPoint, an endpoint class for handling specific bulk report list requests (i.e GET /bulk-reports)
  • add BulkReportListParams for serializing and validating request parameters
  • add BulkReportListItem and BulkReportListResult for deserializing and validating API responses
  • add fixtures and unit tests for BulkReportListParams, BulkReportListItem, BulkReportListResult and BulkReportListEndPoint

…dels

This:
- add `BulkReportListEndPoint`, an endpoint class for handling specific bulk report list requests
- add `BulkReportListParams` for serializing and validating request parameters
- add `BulkReportListItem` and `BulkReportListResult` for deserializing and validating API responses
@lykmapipo lykmapipo self-assigned this Dec 16, 2025
@lykmapipo lykmapipo added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 16, 2025
Copy link

@aperdizs aperdizs left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

@rrequero rrequero left a comment

Choose a reason for hiding this comment

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

LGTM

@lykmapipo lykmapipo merged commit b023763 into develop Dec 18, 2025
4 checks passed
@lykmapipo lykmapipo deleted the feature/bulk-downloads-list branch December 18, 2025 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants