Skip to content

implement download bulk report file url (file) API endpoints and request/response models#43

Merged
lykmapipo merged 1 commit intodevelopfrom
feature/bulk-downloads-file
Dec 22, 2025
Merged

implement download bulk report file url (file) API endpoints and request/response models#43
lykmapipo merged 1 commit intodevelopfrom
feature/bulk-downloads-file

Conversation

@lykmapipo
Copy link
Collaborator

This:

  • add BulkReportFileEndPoint, an endpoint class for handling specific bulk report file requests (i.e /bulk-reports/{id}/download-file-url)
  • add BulkReportFileParams for serializing and validating request parameters
  • add BulkReportFileItem and BulkReportFileResult for deserializing and validating API responses
  • add fixtures and unit tests for BulkReportFileParams, BulkReportFileItem, BulkReportFileResult and BulkReportFileEndPoint

…dels

This:
- add `BulkReportFileEndPoint`, an endpoint class for handling specific bulk report file requests
- add `BulkReportFileParams` for serializing and validating request parameters
- add `BulkReportFileItem` and `BulkReportFileResult` for deserializing and validating API responses
@lykmapipo lykmapipo self-assigned this Dec 18, 2025
@lykmapipo lykmapipo added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 18, 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 b9162b1 into develop Dec 22, 2025
4 checks passed
@lykmapipo lykmapipo deleted the feature/bulk-downloads-file branch December 22, 2025 12:48
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.

3 participants