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