opendata-stuttgart / metaEFA

an easy to use api wrapper for EFA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Limit the response size

fafu opened this issue · comments

commented

Hi,
if I understand your code correct, the actual limit inside a response is set to 100. Is there a parameter I can pass with the request to limit the response to a response with a limited result size (e.g. 10)?

At the moment not. You would need to make this line dynamic: https://github.com/opendata-stuttgart/metaEFA/blob/master/meta_efa/main/utils.py#L43

PR welcome :-)