The CI API limits the range between the start and end dates to 14 days. An error is returned if a user provides a greater range.
We could at least provide a utility function to return the list of maximum ranges for a given input so that the end users can call the methods themselves for each range.
Later on we could do these calls in parallel and return a unified output.
The CI API limits the range between the start and end dates to 14 days. An error is returned if a user provides a greater range. We could at least provide a utility function to return the list of maximum ranges for a given input so that the end users can call the methods themselves for each range.
Later on we could do these calls in parallel and return a unified output.