Skip to content

Commit 94294e1

Browse files
committed
Release 6.48.0
1 parent d6c84a8 commit 94294e1

File tree

727 files changed

+1884
-1656
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

727 files changed

+1884
-1656
lines changed

docs/build/doctrees/CHANGES.doctree

10.3 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-5.88 KB
Binary file not shown.

docs/build/doctrees/index.doctree

0 Bytes
Binary file not shown.

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: e62a63e18e845fc18ec5de9fc6620642
3+
config: e4256199fc2d9a16ae480d0b4088c6ee
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/AUTHORS.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Authors — twilio-python 6.47.0 documentation</title>
13+
<title>Authors — twilio-python 6.48.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/CHANGES.html

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio-python Changelog — twilio-python 6.47.0 documentation</title>
13+
<title>twilio-python Changelog — twilio-python 6.48.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>
@@ -30,6 +30,36 @@
3030
<div class="section" id="twilio-python-changelog">
3131
<h1>twilio-python Changelog<a class="headerlink" href="#twilio-python-changelog" title="Permalink to this headline"></a></h1>
3232
<p>Here you can see the full list of changes between each twilio-python release.</p>
33+
<div class="section" id="version-6-48-0">
34+
<h2>[2020-11-18] Version 6.48.0<a class="headerlink" href="#version-6-48-0" title="Permalink to this headline"></a></h2>
35+
<p><strong>Api</strong></p>
36+
<ul class="simple">
37+
<li>Add new call events resource - GET /2010-04-01/Accounts/{account_sid}/Calls/{call_sid}/Events.json</li>
38+
</ul>
39+
<p><strong>Conversations</strong></p>
40+
<ul class="simple">
41+
<li>Fixed default response property issue for Service Notifications Configuration</li>
42+
</ul>
43+
<p><strong>Insights</strong></p>
44+
<ul class="simple">
45+
<li>Removing call_sid from participant summary. <strong>(breaking change)</strong></li>
46+
</ul>
47+
<p><strong>Serverless</strong></p>
48+
<ul class="simple">
49+
<li>Allow Service unique name to be used in path (in place of SID) in Service update request</li>
50+
</ul>
51+
<p><strong>Sync</strong></p>
52+
<ul class="simple">
53+
<li>Added HideExpired query parameter for filtering Sync Documents with expired</li>
54+
</ul>
55+
<p><strong>Verify</strong></p>
56+
<ul class="simple">
57+
<li>Challenge <code class="docutils literal notranslate"><span class="pre">Details</span></code> and <code class="docutils literal notranslate"><span class="pre">HiddenDetails</span></code> properties are now marked as <code class="docutils literal notranslate"><span class="pre">PII</span></code></li>
58+
<li>Challenge <code class="docutils literal notranslate"><span class="pre">expiration_date</span></code> attribute updated to set a default value of five (5) minutes and to allow max dates of one (1) hour after creation.</li>
59+
<li>Entity <code class="docutils literal notranslate"><span class="pre">identity</span></code> attribute updated to allow values between 8 and 64 characters.</li>
60+
<li>Verify Service frinedly_name attribute updated from 64 max lenght to 30 characters.</li>
61+
</ul>
62+
</div>
3363
<div class="section" id="version-6-47-0">
3464
<h2>[2020-11-05] Version 6.47.0<a class="headerlink" href="#version-6-47-0" title="Permalink to this headline"></a></h2>
3565
<p><strong>Library - Docs</strong></p>
@@ -2681,6 +2711,7 @@ <h3>Useful Links</h3>
26812711
<h3><a href="index.html">Table of Contents</a></h3>
26822712
<ul>
26832713
<li><a class="reference internal" href="#">twilio-python Changelog</a><ul>
2714+
<li><a class="reference internal" href="#version-6-48-0">[2020-11-18] Version 6.48.0</a></li>
26842715
<li><a class="reference internal" href="#version-6-47-0">[2020-11-05] Version 6.47.0</a></li>
26852716
<li><a class="reference internal" href="#version-6-46-0">[2020-10-14] Version 6.46.0</a></li>
26862717
<li><a class="reference internal" href="#version-6-45-4">[2020-09-28] Version 6.45.4</a></li>

docs/build/html/CODE_OF_CONDUCT.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Contributor Covenant Code of Conduct — twilio-python 6.47.0 documentation</title>
13+
<title>Contributor Covenant Code of Conduct — twilio-python 6.48.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/CONTRIBUTING.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Contributing to twilio-python — twilio-python 6.47.0 documentation</title>
13+
<title>Contributing to twilio-python — twilio-python 6.48.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/ISSUE_TEMPLATE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Issue Summary — twilio-python 6.47.0 documentation</title>
13+
<title>Issue Summary — twilio-python 6.48.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/PULL_REQUEST_TEMPLATE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Fixes — twilio-python 6.47.0 documentation</title>
13+
<title>Fixes — twilio-python 6.48.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio-python — twilio-python 6.47.0 documentation</title>
13+
<title>twilio-python — twilio-python 6.48.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/UPGRADE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Upgrade Guide — twilio-python 6.47.0 documentation</title>
13+
<title>Upgrade Guide — twilio-python 6.48.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/VERSIONS.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Versioning Strategy — twilio-python 6.47.0 documentation</title>
13+
<title>Versioning Strategy — twilio-python 6.48.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Overview: module code — twilio-python 6.47.0 documentation</title>
13+
<title>Overview: module code — twilio-python 6.48.0 documentation</title>
1414
<link href="../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js" type="text/javascript"></script>
@@ -78,7 +78,8 @@ <h1>All modules for which code is available</h1>
7878
<li><a href="twilio/rest/api/v2010/account/available_phone_number/voip.html">twilio.rest.api.v2010.account.available_phone_number.voip</a></li>
7979
</ul><li><a href="twilio/rest/api/v2010/account/balance.html">twilio.rest.api.v2010.account.balance</a></li>
8080
<li><a href="twilio/rest/api/v2010/account/call.html">twilio.rest.api.v2010.account.call</a></li>
81-
<ul><li><a href="twilio/rest/api/v2010/account/call/feedback.html">twilio.rest.api.v2010.account.call.feedback</a></li>
81+
<ul><li><a href="twilio/rest/api/v2010/account/call/event.html">twilio.rest.api.v2010.account.call.event</a></li>
82+
<li><a href="twilio/rest/api/v2010/account/call/feedback.html">twilio.rest.api.v2010.account.call.feedback</a></li>
8283
<li><a href="twilio/rest/api/v2010/account/call/feedback_summary.html">twilio.rest.api.v2010.account.call.feedback_summary</a></li>
8384
<li><a href="twilio/rest/api/v2010/account/call/notification.html">twilio.rest.api.v2010.account.call.notification</a></li>
8485
<li><a href="twilio/rest/api/v2010/account/call/payment.html">twilio.rest.api.v2010.account.call.payment</a></li>

docs/build/html/_modules/twilio/base/deserialize.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.deserialize — twilio-python 6.47.0 documentation</title>
13+
<title>twilio.base.deserialize — twilio-python 6.48.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/domain.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.domain — twilio-python 6.47.0 documentation</title>
13+
<title>twilio.base.domain — twilio-python 6.48.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/exceptions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.exceptions — twilio-python 6.47.0 documentation</title>
13+
<title>twilio.base.exceptions — twilio-python 6.48.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/instance_context.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.instance_context — twilio-python 6.47.0 documentation</title>
13+
<title>twilio.base.instance_context — twilio-python 6.48.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/instance_resource.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.instance_resource — twilio-python 6.47.0 documentation</title>
13+
<title>twilio.base.instance_resource — twilio-python 6.48.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/list_resource.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.list_resource — twilio-python 6.47.0 documentation</title>
13+
<title>twilio.base.list_resource — twilio-python 6.48.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/obsolete.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.obsolete — twilio-python 6.47.0 documentation</title>
13+
<title>twilio.base.obsolete — twilio-python 6.48.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.page — twilio-python 6.47.0 documentation</title>
13+
<title>twilio.base.page — twilio-python 6.48.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/serialize.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.serialize — twilio-python 6.47.0 documentation</title>
13+
<title>twilio.base.serialize — twilio-python 6.48.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/values.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.values — twilio-python 6.47.0 documentation</title>
13+
<title>twilio.base.values — twilio-python 6.48.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.version — twilio-python 6.47.0 documentation</title>
13+
<title>twilio.base.version — twilio-python 6.48.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/http.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.http — twilio-python 6.47.0 documentation</title>
13+
<title>twilio.http — twilio-python 6.48.0 documentation</title>
1414
<link href="../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../" id="documentation_options" src="../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/http/http_client.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.http.http_client — twilio-python 6.47.0 documentation</title>
13+
<title>twilio.http.http_client — twilio-python 6.48.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

0 commit comments

Comments
 (0)