Proper Way To Periodically Check An Api For New Data?
I was wondering if there is a proper way to periodically check an api for updated data. I'm looking for a more efficient solution than a while loop with a delay timer. Are there an
Solution 1:
You probably want to look at the Conditional Requests spec and the Caching spec.
Post a Comment for "Proper Way To Periodically Check An Api For New Data?"