Skip to content

Power BI API proxy, file export endpoints#260

Merged
xleafx merged 4 commits into1.1.xfrom
power-bi-download-pdf
Mar 3, 2025
Merged

Power BI API proxy, file export endpoints#260
xleafx merged 4 commits into1.1.xfrom
power-bi-download-pdf

Conversation

@xleafx
Copy link
Collaborator

@xleafx xleafx commented Mar 3, 2025

No description provided.

@xleafx xleafx requested a review from drudoi March 3, 2025 12:13
path: '/powerbi/reports/{reportId}/exportTo'
defaults:
_controller: '\Drupal\quanthub_core\Controller\PowerBiApiController::proxyPowerBiRequest'
requirements:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should we add "_method: GET" to validate method on our side to avoid send wrong requests to PBI side?

path: '/powerbi/reports/{reportId}/exports/{exportId}'
defaults:
_controller: '\Drupal\quanthub_core\Controller\PowerBiApiController::proxyPowerBiRequest'
requirements:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same question about "_method: 'POST'"

path: '/powerbi/reports/{reportId}/exports/{exportId}/file'
defaults:
_controller: '\Drupal\quanthub_core\Controller\PowerBiApiController::proxyPowerBiRequest'
requirements:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same question about "_method: 'POST'"

@xleafx xleafx merged commit a6c7975 into 1.1.x Mar 3, 2025
1 check passed
@illya-havsiyevych illya-havsiyevych deleted the power-bi-download-pdf branch March 19, 2025 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants