Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在通过 Discord 授权我网站上的人。但是,我不想向他们的 API 发送垃圾邮件,requests_oauthlib 中的 .get 方法是否缓存了响应,因此它不会发送重复的请求?如果没有,有什么方法可以这样做,是否建议这样做?
谢谢