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
This results in the next href in _links being unusable when looping through paginated responses without manually adding in the additional query for every page
Expected Behavior
Make a request to an endpoint with embedded specified in the query string.
I would expect the parameter to be present in the various href's available in
_links
.Actual Behavior
The parameter is excluded from the href. This also seems to be the case for projection based on the various calls to this function (untested)
eve/eve/methods/get.py
Line 586 in a864ec3
This results in the
next
href in_links
being unusable when looping through paginated responses without manually adding in the additional query for every pageEnvironment
The text was updated successfully, but these errors were encountered: