This repository has been archived by the owner on Oct 31, 2021. It is now read-only.
Handle DEFAULT_UPDATE
and TRANSACTIONS_REMOVED
webhooks.
#169
Labels
Milestone
DEFAULT_UPDATE
is currently handled by retrieving the last 7 days worth of transactions for the specified item ID. If it is guaranteed that the new transactions are always the first ones to be returned, then we could set thelimit
of our request to the number of new transactions to improve efficiency.TRANSACTIONS_REMOVED
is completely implemented however need to be checked for correctness, at the time of writing this it had a bug that prevented it from working. Update as needed.The text was updated successfully, but these errors were encountered: