Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello, and I'm excited to submit my first pull request. I have discovered that by adding a parameter of
updated_at[gte]=start_date
request URL via the arguments foroption_orders_url()
andorders_url()
, it is possible to limit the order request by start date, proportionally speeding up the time required to receive a short list of orders.I have tested with pytest and confirmed that the results are in an independent test. Results with two different dates are attached.
If you have any feedback or notes on my contribution process, I would be grateful to know if I submitted everything correctly or not.