Closed (fixed)
Project:
APITools
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2023 at 19:56 UTC
Updated:
13 Jul 2024 at 19:48 UTC
Jump to comment: Most recent
Drupal\migrate_plus\Plugin\migrate_plus\data_fetcher\Http::getResponse now requires returning a ResponseInterface.
This makes sense given that ::getResponseContent will call ->getBody() on the return from getResponse.
Comments
Comment #3
asherry commentedupdate: getData should return the iterable data
$iterableData. This is just in case any controllers want to manipulate the data, they will be able to do an offsetSet, but they can't (nor shouldn't really) edit the original response data itself. That should be renamed to a specificgetResponseData.Comment #5
asherry commentedComment #7
asherry commented