davidhuser / dhis2.py

Generic and lightweight Python wrapper for the DHIS2 API using requests
MIT License
15 stars 12 forks source link

First implementation for analytics paging (see #21) #22

Open pvanliefland opened 3 years ago

pvanliefland commented 3 years ago

This PR attempts to implement paging for analytics queries.

It encapsulates paging operations in dedicated paging classes.

davidhuser commented 3 years ago

Thanks! I like it so far. I assume the Docker files are intended for local testing only?

pvanliefland commented 3 years ago

Thanks! I like it so far. I assume the Docker files are intended for local testing only?

Glad you like it! Indeed, it's for local testing. I intend to remove them from the PR at some point unless you think they are worth keeping.