load the data, init Option as None, check cache, if not exist, set token and request with it. record which keys were used, save them.
get_client_credentials_token always return test data. you can even make post_request to return it so that we don't have to mark it as unreachable
This will avoid manual deleting thus better dev experience
I was doing this, then got distracted and this seemed the hardest thing to do at the time. So I will be revisiting the idea.
I'm super sleepy and I have been coding for 12hours at this point. I think I'm going to go and pass out now on my bed.
load the data, init Option as None, check cache, if not exist, set token and request with it. record which keys were used, save them.
get_client_credentials_token always return test data. you can even make post_request to return it so that we don't have to mark it as unreachable
This will avoid manual deleting thus better dev experience
I was doing this, then got distracted and this seemed the hardest thing to do at the time. So I will be revisiting the idea. I'm super sleepy and I have been coding for 12hours at this point. I think I'm going to go and pass out now on my bed.