OpenFn / adaptors

The new home for OpenFn adaptors; re-usable connectors for the most common DPGs and DPI building blocks.
GNU General Public License v3.0
7 stars 8 forks source link

Commcare: Implement generic `post` function #573

Closed hunterachieng closed 4 months ago

hunterachieng commented 4 months ago

Summary

Creating a generic post function for commcare

Details

We currently have submit and submitxls which cater to submitting form-data and xls data. However, we do not have a generic post that can allow to send JSON data.

Issues

570

Review Checklist

Before merging, the reviewer should check the following items: