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
Need to confirm that the test read tool with raw_responses enabled is sufficient for all of these use cases:
Determining dpath expression needed for record selection.
Test by: intentionally setting the wrong dpath, observing 0 or 1 records returned, and then inspecting the raw response to observe what the dpath should have been set to.
Determining pagination strategy based on actually-returned headers and data.
Test by: observing raw responses with no pagination strategy set, then inspect headers and body to positively locate the hints of pagination strategy, such as the present of "page_num"/"page_size", "next", or similar pagination clues in the raw response.