From 1f0e5775f28d6c2db3430fdc16a095762816bf87 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 21 Apr 2015 17:18:04 -0400 Subject: [PATCH] add betamax --- docs/community/recommended.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/community/recommended.rst b/docs/community/recommended.rst index b7a550a0..99a16b9e 100644 --- a/docs/community/recommended.rst +++ b/docs/community/recommended.rst @@ -43,3 +43,15 @@ to provide authentication. It also provides a lot of tweaks that handle ways that specific OAuth providers differ from the standard specifications. .. _requests-oauthlib: https://requests-oauthlib.readthedocs.org/en/latest/ + + +Betamax +------- + +`Betamax`_ records your HTTP interactions so the NSA does not have to. +A VCR imitation designed only for Python-Requests. + +.. _betamax: https://github.com/sigmavirus24/betamax + + +