metafacture-core icon indicating copy to clipboard operation
metafacture-core copied to clipboard

Add HttpPoster (#460)

Open dr0i opened this issue 3 years ago • 3 comments

See #460.

dr0i avatar Aug 22 '22 09:08 dr0i

Flux example:

default infile = "{"criterias": [], "facettes": []}";

infile |post-http(url="https://www.zoerr.de/edu-sharing/rest/search/v1/queriesV2/-home-/-default-/ngsearch?maxItems=10&skipCount=0&propertyFilter=-all-",contentType="application/json",accept="application/json") | print ;

dr0i avatar Aug 22 '22 09:08 dr0i

functional review: @TobiasNx

dr0i avatar Aug 22 '22 09:08 dr0i

TODO: refactor to make an abstract class to share code with the metafacture-io/src/main/java/org/metafacture/io/HttpOpener.java.

dr0i avatar Aug 22 '22 09:08 dr0i

Superseded by #463.

blackwinter avatar Sep 08 '22 07:09 blackwinter