metafacture / metafacture-core

Core package of the Metafacture tool suite for metadata processing.
https://metafacture.org
Apache License 2.0
69 stars 34 forks source link

Add Http POST #460

Closed dr0i closed 1 year ago

dr0i commented 1 year ago

We need a command to make a POST to an URL, see e.g. https://gitlab.com/oersi/oersi-etl/-/issues/64. This could also be used not to just make a POST request and get data but also to upload processed data to web service.

TobiasNx commented 1 year ago

The usecase within OERSI needs pagination too:

https://gitlab.com/oersi/oersi-import-scripts/-/blob/master/python/EduSharingHelpers.py#L63