Skip to content

implement get bulk report data in JSON Format (query) API endpoints and request/response models#45

Merged
lykmapipo merged 2 commits intodevelopfrom
feature/bulk-downloads-query
Jan 6, 2026
Merged

implement get bulk report data in JSON Format (query) API endpoints and request/response models#45
lykmapipo merged 2 commits intodevelopfrom
feature/bulk-downloads-query

Conversation

@lykmapipo
Copy link
Collaborator

This:

  • add BulkReportQueryEndPoint, an endpoint class for handling specific bulk report query requests (i.e /bulk-reports/:id/query)
  • add BulkReportQueryParams for serializing and validating request parameters
  • add BulkReportQueryItem and BulkReportQueryResult for deserializing and validating API responses
  • add BulkFixedInfrastructureDataQueryEndPoint for handling fixed infrastructure data bulk report query requests
  • add BulkFixedInfrastructureDataQueryItem and BulkFixedInfrastructureDataQueryResult for deserializing and validating fixed infrastructure data API responses
  • add query_bulk_fixed_infrastructure_data_report public methods to query fixed infrastructure data
  • add fixtures and unit tests for BulkReportQueryParams, BulkFixedInfrastructureDataQueryItem, BulkFixedInfrastructureDataQueryResult, BulkFixedInfrastructureDataQueryEndPoint and query_bulk_fixed_infrastructure_data_report

…odels

This:
- add `BulkReportQueryEndPoint`, an endpoint class for handling specific bulk report query requests
- add `BulkReportQueryParams` for serializing and validating request parameters
- add `BulkReportQueryItem` and `BulkReportQueryResult` for deserializing and validating API responses
- add `BulkFixedInfrastructureDataQueryEndPoint` for handling fixed infrastructure bulk report query requests
- add `fixtures` and `unit tests` for `BulkReportQueryParams`, and `BulkFixedInfrastructureDataQueryEndPoint`
@lykmapipo lykmapipo self-assigned this Dec 23, 2025
@lykmapipo lykmapipo added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 23, 2025
@lykmapipo lykmapipo merged commit 98f3f11 into develop Jan 6, 2026
4 checks passed
@lykmapipo lykmapipo deleted the feature/bulk-downloads-query branch January 6, 2026 11:23
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.

2 participants