import_drupal
import_drupal copied to clipboard
data_fetcher_plugin: http + * headers:
Thanks for the great article and the import_drupal repository, both are very helpful.
I've discovered that recent changes to the migrate_plus module now mean that the data_fetcher_plugin config for type 'http' now has a mandatory 'headers' section.
So I had to change the sample config from: data_fetcher_plugin: http
to: data_fetcher_plugin: http headers: Accept: application/json
I'm happy to create a pull request to send you these changes if that's useful