You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #567 I added a quick fix for the new continuations API. Instead of a GET request with headers and query parameters, now a POST request with the same information inside the request body is necessary. In that PR i just added that made that new custom request right inside the Extractor and passed on the continuations key as the id field of Page
This needs to be properly done, by also adding a request body field or something similiar to the Page class
The text was updated successfully, but these errors were encountered:
I don't think a map is a good idea, it would make everything more difficult to understand and to test. I'd go with just a new request-body field in the class.
With #567 I added a quick fix for the new continuations API. Instead of a GET request with headers and query parameters, now a POST request with the same information inside the request body is necessary. In that PR i just added that made that new custom request right inside the Extractor and passed on the continuations key as the
id
field ofPage
This needs to be properly done, by also adding a request body field or something similiar to the
Page
classThe text was updated successfully, but these errors were encountered: