I have a Retrofit call Observable that takes no pa...
# rx
m
I have a Retrofit call Observable that takes no parameters and the data is unlikely to change. What’s the best way to make sure that it only calls the server once per day or 24h?