The allow_scrape_if_limited_to requires a limit to be specified, but we'll never get clients to adhere to such requirements.
Instead why not have an option to impose a hard limit on scraping queries (or on all queries even) So if someone requests all our events we can just return the last 50 or something.
The
allow_scrape_if_limited_torequires alimitto be specified, but we'll never get clients to adhere to such requirements.Instead why not have an option to impose a hard limit on scraping queries (or on all queries even) So if someone requests all our events we can just return the last 50 or something.