Does requests_oauthlib cache by default, and should I even cache?

148 Views Asked by At

I'm authorizing people on my site with Discord. I don't want to spam their API however, does the .get method in requests_oauthlib cache the response so it doesn't send duplicate requests? If not, any way to go about doing this and is it recommended to do so?

Thanks

0

There are 0 best solutions below