I’m a little stuck with a weird rest api pattern: ...
# singer-tap-development
h
I’m a little stuck with a weird rest api pattern: The endpoint uses a HATEOAS (“next” link in json response) paginator, but: The initial query (when the run starts) is POST, but when following the “next” link, the request has to be GET. Has anyone implemented something like that?