Support import endpoint within track method for older events #17
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.
Support using the import endpoint instead of the track endpoint when an event has a time that's older than 5 days in the past.
There's lots of ways to handle this but these changes were done in a manner to allow existing users to seamlessly continue using the package as they are, while allowing those that want the extra functionality to take advantage of it. This involves fitting the added logic into the existing code structure instead of rewriting a lot to make things ideal but then breaking the existing API in the process. So - some potential awkwardness for the sake of API compatibility.