Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: twilio/twilio-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.48.0
Choose a base ref
...
head repository: twilio/twilio-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.49.0
Choose a head ref
  • 3 commits
  • 726 files changed
  • 3 contributors

Commits on Nov 23, 2020

  1. feat: Regional twr header in the access token (#546)

    Co-authored-by: Elise Shanholtz <eshanholtz@twilio.com>
    charliesantos and eshanholtz authored Nov 23, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    renovate-bot Mend Renovate
    Copy the full SHA
    6e7015d View commit details

Commits on Dec 2, 2020

  1. Copy the full SHA
    a5eff4c View commit details
  2. Release 6.49.0

    twilio-ci committed Dec 2, 2020
    Copy the full SHA
    8da819d View commit details
Showing 726 changed files with 939 additions and 829 deletions.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,26 @@ twilio-python Changelog

Here you can see the full list of changes between each twilio-python release.

[2020-12-02] Version 6.49.0
---------------------------
**Library - Feature**
- [PR #546](https://github.com/twilio/twilio-python/pull/546): Regional twr header in the access token. Thanks to [@charliesantos](https://github.com/charliesantos)!

**Api**
- Remove `RecordingTrack` parameter for create calls, create participants, and create call recordings **(breaking change)**
- Added `RecordingTrack` parameter for create calls and create call recordings
- Add optional property `recording_track` in the participant create request

**Lookups**
- Changed `caller_name` and `carrier` properties type to object **(breaking change)**

**Trunking**
- Added dual channel recording options for Trunks.

**Twiml**
- Add `jitterBufferSize` and `participantLabel` to `Conference`.


[2020-11-18] Version 6.48.0
---------------------------
**Api**
Binary file modified docs/build/doctrees/CHANGES.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/build/doctrees/docs/source/_rst/twilio.twiml.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: e4256199fc2d9a16ae480d0b4088c6ee
config: ecec7670bf2effd51041bebdec335a08
tags: 645f666f9bcd5a90fca523b33c5a78b7
2 changes: 1 addition & 1 deletion docs/build/html/AUTHORS.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Authors — twilio-python 6.48.0 documentation</title>
<title>Authors — twilio-python 6.49.0 documentation</title>
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>
28 changes: 27 additions & 1 deletion docs/build/html/CHANGES.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>twilio-python Changelog — twilio-python 6.48.0 documentation</title>
<title>twilio-python Changelog — twilio-python 6.49.0 documentation</title>
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>
@@ -30,6 +30,31 @@
<div class="section" id="twilio-python-changelog">
<h1>twilio-python Changelog<a class="headerlink" href="#twilio-python-changelog" title="Permalink to this headline"></a></h1>
<p>Here you can see the full list of changes between each twilio-python release.</p>
<div class="section" id="version-6-49-0">
<h2>[2020-12-02] Version 6.49.0<a class="headerlink" href="#version-6-49-0" title="Permalink to this headline"></a></h2>
<p><strong>Library - Feature</strong></p>
<ul class="simple">
<li><a class="reference external" href="https://github.com/twilio/twilio-python/pull/546">PR #546</a>: Regional twr header in the access token. Thanks to <a class="reference external" href="https://github.com/charliesantos">@charliesantos</a>!</li>
</ul>
<p><strong>Api</strong></p>
<ul class="simple">
<li>Remove <code class="docutils literal notranslate"><span class="pre">RecordingTrack</span></code> parameter for create calls, create participants, and create call recordings <strong>(breaking change)</strong></li>
<li>Added <code class="docutils literal notranslate"><span class="pre">RecordingTrack</span></code> parameter for create calls and create call recordings</li>
<li>Add optional property <code class="docutils literal notranslate"><span class="pre">recording_track</span></code> in the participant create request</li>
</ul>
<p><strong>Lookups</strong></p>
<ul class="simple">
<li>Changed <code class="docutils literal notranslate"><span class="pre">caller_name</span></code> and <code class="docutils literal notranslate"><span class="pre">carrier</span></code> properties type to object <strong>(breaking change)</strong></li>
</ul>
<p><strong>Trunking</strong></p>
<ul class="simple">
<li>Added dual channel recording options for Trunks.</li>
</ul>
<p><strong>Twiml</strong></p>
<ul class="simple">
<li>Add <code class="docutils literal notranslate"><span class="pre">jitterBufferSize</span></code> and <code class="docutils literal notranslate"><span class="pre">participantLabel</span></code> to <code class="docutils literal notranslate"><span class="pre">Conference</span></code>.</li>
</ul>
</div>
<div class="section" id="version-6-48-0">
<h2>[2020-11-18] Version 6.48.0<a class="headerlink" href="#version-6-48-0" title="Permalink to this headline"></a></h2>
<p><strong>Api</strong></p>
@@ -2711,6 +2736,7 @@ <h3>Useful Links</h3>
<h3><a href="index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">twilio-python Changelog</a><ul>
<li><a class="reference internal" href="#version-6-49-0">[2020-12-02] Version 6.49.0</a></li>
<li><a class="reference internal" href="#version-6-48-0">[2020-11-18] Version 6.48.0</a></li>
<li><a class="reference internal" href="#version-6-47-0">[2020-11-05] Version 6.47.0</a></li>
<li><a class="reference internal" href="#version-6-46-0">[2020-10-14] Version 6.46.0</a></li>
2 changes: 1 addition & 1 deletion docs/build/html/CODE_OF_CONDUCT.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Contributor Covenant Code of Conduct — twilio-python 6.48.0 documentation</title>
<title>Contributor Covenant Code of Conduct — twilio-python 6.49.0 documentation</title>
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion docs/build/html/CONTRIBUTING.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Contributing to twilio-python — twilio-python 6.48.0 documentation</title>
<title>Contributing to twilio-python — twilio-python 6.49.0 documentation</title>
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion docs/build/html/ISSUE_TEMPLATE.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Issue Summary — twilio-python 6.48.0 documentation</title>
<title>Issue Summary — twilio-python 6.49.0 documentation</title>
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion docs/build/html/PULL_REQUEST_TEMPLATE.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Fixes — twilio-python 6.48.0 documentation</title>
<title>Fixes — twilio-python 6.49.0 documentation</title>
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion docs/build/html/README.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>twilio-python — twilio-python 6.48.0 documentation</title>
<title>twilio-python — twilio-python 6.49.0 documentation</title>
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion docs/build/html/UPGRADE.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Upgrade Guide — twilio-python 6.48.0 documentation</title>
<title>Upgrade Guide — twilio-python 6.49.0 documentation</title>
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion docs/build/html/VERSIONS.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Versioning Strategy — twilio-python 6.48.0 documentation</title>
<title>Versioning Strategy — twilio-python 6.49.0 documentation</title>
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion docs/build/html/_modules/index.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>Overview: module code — twilio-python 6.48.0 documentation</title>
<title>Overview: module code — twilio-python 6.49.0 documentation</title>
<link href="../_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="../_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion docs/build/html/_modules/twilio/base/deserialize.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>twilio.base.deserialize — twilio-python 6.48.0 documentation</title>
<title>twilio.base.deserialize — twilio-python 6.49.0 documentation</title>
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion docs/build/html/_modules/twilio/base/domain.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>twilio.base.domain — twilio-python 6.48.0 documentation</title>
<title>twilio.base.domain — twilio-python 6.49.0 documentation</title>
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion docs/build/html/_modules/twilio/base/exceptions.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>twilio.base.exceptions — twilio-python 6.48.0 documentation</title>
<title>twilio.base.exceptions — twilio-python 6.49.0 documentation</title>
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion docs/build/html/_modules/twilio/base/instance_context.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>twilio.base.instance_context — twilio-python 6.48.0 documentation</title>
<title>twilio.base.instance_context — twilio-python 6.49.0 documentation</title>
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>twilio.base.instance_resource — twilio-python 6.48.0 documentation</title>
<title>twilio.base.instance_resource — twilio-python 6.49.0 documentation</title>
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion docs/build/html/_modules/twilio/base/list_resource.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>twilio.base.list_resource — twilio-python 6.48.0 documentation</title>
<title>twilio.base.list_resource — twilio-python 6.49.0 documentation</title>
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion docs/build/html/_modules/twilio/base/obsolete.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>twilio.base.obsolete — twilio-python 6.48.0 documentation</title>
<title>twilio.base.obsolete — twilio-python 6.49.0 documentation</title>
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion docs/build/html/_modules/twilio/base/page.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>twilio.base.page — twilio-python 6.48.0 documentation</title>
<title>twilio.base.page — twilio-python 6.49.0 documentation</title>
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion docs/build/html/_modules/twilio/base/serialize.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>twilio.base.serialize — twilio-python 6.48.0 documentation</title>
<title>twilio.base.serialize — twilio-python 6.49.0 documentation</title>
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion docs/build/html/_modules/twilio/base/values.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>twilio.base.values — twilio-python 6.48.0 documentation</title>
<title>twilio.base.values — twilio-python 6.49.0 documentation</title>
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion docs/build/html/_modules/twilio/base/version.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>twilio.base.version — twilio-python 6.48.0 documentation</title>
<title>twilio.base.version — twilio-python 6.49.0 documentation</title>
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion docs/build/html/_modules/twilio/http.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>twilio.http — twilio-python 6.48.0 documentation</title>
<title>twilio.http — twilio-python 6.49.0 documentation</title>
<link href="../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="../../_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion docs/build/html/_modules/twilio/http/http_client.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>twilio.http.http_client — twilio-python 6.48.0 documentation</title>
<title>twilio.http.http_client — twilio-python 6.49.0 documentation</title>
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>
2 changes: 1 addition & 1 deletion docs/build/html/_modules/twilio/http/request.html
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<title>twilio.http.request — twilio-python 6.48.0 documentation</title>
<title>twilio.http.request — twilio-python 6.49.0 documentation</title>
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>
Loading