tuomur / python-odata

A simple library for read/write access to OData services
MIT License
79 stars 59 forks source link

Fixed autofetch all pages when $top is set #45

Open Addarkar opened 4 years ago

Addarkar commented 4 years ago

tuomur, automatically following the "@odata.nextLink" breaks the sense of query().first()

eblis commented 1 year ago

This project looks to be no longer maintained, i have forked it here and tried to add (some) of your suggested functionality. I've also published it to PyPi as python-odata, if you're interested.