-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
The iter() function of the the query class seems to improperly format the url string when getting nextLink urls if parameters are set in the requests session.
It seems the @odata.nextLink includes the parameters as part of the url string, and the requests session tacks on a duplicate of these parameters when the execute_get method is called resulting in an improperly formatted url. To fix this it seems the requests.Session.params needs to be cleared out when iterating through nextLink urls.
Modified query class runs ok locally when parameters are cleared out.

Metadata
Metadata
Assignees
Labels
No labels