Allow HTTP fetcher to make POST calls

Created on 5 April 2023, about 1 year ago
Updated 9 November 2023, 8 months ago

Problem/Motivation

Using the Http data fetcher, there is no way to make a POST call to an API endpoint.

Proposed resolution

Using "method: 'POST'" or "method: 'GET'" in your migration definition along with data_fetcher_plugin: http, you should be able to define the type of call you'd like to make

Remaining tasks

Test attached patch, re-work if there is a better solution.

Data model changes

Migrations would still default to GET, but using the "method" parameter inside your source structure, you can change it to POST.

Feature request
Status

RTBC

Version

6.0

Component

Plugins

Created by

🇺🇸United States swilmes

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024