Skip to content

Commit 05ee411

Browse files
committed
Release 6.47.0
1 parent eeeaa3c commit 05ee411

File tree

741 files changed

+7795
-3789
lines changed

Some content is hidden

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

741 files changed

+7795
-3789
lines changed

docs/build/doctrees/CHANGES.doctree

7.75 KB
Binary file not shown.

docs/build/doctrees/LICENSE.doctree

-6.81 KB
Binary file not shown.
-100 Bytes
Binary file not shown.

docs/build/doctrees/README.doctree

1.54 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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
70.6 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: f2bc7eb33ece14ceae2b5a210eb58f4b
3+
config: e62a63e18e845fc18ec5de9fc6620642
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.46.0 documentation</title>
13+
<title>Authors — twilio-python 6.47.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: 37 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.46.0 documentation</title>
13+
<title>twilio-python Changelog — twilio-python 6.47.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,41 @@
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-47-0">
34+
<h2>[2020-11-05] Version 6.47.0<a class="headerlink" href="#version-6-47-0" title="Permalink to this headline"></a></h2>
35+
<p><strong>Library - Docs</strong></p>
36+
<ul class="simple">
37+
<li><a class="reference external" href="https://github.com/twilio/twilio-python/pull/544">PR #544</a>: add debug logging example. Thanks to <a class="reference external" href="https://github.com/thinkingserious">@thinkingserious</a>!</li>
38+
</ul>
39+
<p><strong>Api</strong></p>
40+
<ul class="simple">
41+
<li>Added <code class="docutils literal notranslate"><span class="pre">verify-push</span></code> to <code class="docutils literal notranslate"><span class="pre">usage_record</span></code> API</li>
42+
</ul>
43+
<p><strong>Bulkexports</strong></p>
44+
<ul class="simple">
45+
<li>When creating a custom export the StartDay, EndDay, and FriendlyName fields were required but this was not reflected in the API documentation. The API itself failed the request without these fields. <strong>(breaking change)</strong></li>
46+
<li>Added property descriptions for Custom Export create method</li>
47+
<li>Clarified WebhookUrl and WebhookMethod must be provided together for Custom Export</li>
48+
</ul>
49+
<p><strong>Insights</strong></p>
50+
<ul class="simple">
51+
<li>Added video room and participant summary apis.</li>
52+
</ul>
53+
<p><strong>Ip_messaging</strong></p>
54+
<ul class="simple">
55+
<li>Create separate definition for ip-messaging</li>
56+
<li>Restore v2 endpoints for ip-messaging</li>
57+
</ul>
58+
<p><strong>Verify</strong></p>
59+
<ul class="simple">
60+
<li>Verify Push madurity were updated from <code class="docutils literal notranslate"><span class="pre">preview</span></code> to <code class="docutils literal notranslate"><span class="pre">beta</span></code></li>
61+
<li><code class="docutils literal notranslate"><span class="pre">twilio_sandbox_mode</span></code> header was removed from Verify Push resources <strong>(breaking change)</strong></li>
62+
</ul>
63+
<p><strong>Video</strong></p>
64+
<ul class="simple">
65+
<li>[Rooms] Add Recording Rules API</li>
66+
</ul>
67+
</div>
3368
<div class="section" id="version-6-46-0">
3469
<h2>[2020-10-14] Version 6.46.0<a class="headerlink" href="#version-6-46-0" title="Permalink to this headline"></a></h2>
3570
<p><strong>Library - Docs</strong></p>
@@ -2646,6 +2681,7 @@ <h3>Useful Links</h3>
26462681
<h3><a href="index.html">Table of Contents</a></h3>
26472682
<ul>
26482683
<li><a class="reference internal" href="#">twilio-python Changelog</a><ul>
2684+
<li><a class="reference internal" href="#version-6-47-0">[2020-11-05] Version 6.47.0</a></li>
26492685
<li><a class="reference internal" href="#version-6-46-0">[2020-10-14] Version 6.46.0</a></li>
26502686
<li><a class="reference internal" href="#version-6-45-4">[2020-09-28] Version 6.45.4</a></li>
26512687
<li><a class="reference internal" href="#version-6-45-3">[2020-09-21] Version 6.45.3</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.46.0 documentation</title>
13+
<title>Contributor Covenant Code of Conduct — twilio-python 6.47.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.46.0 documentation</title>
13+
<title>Contributing to twilio-python — twilio-python 6.47.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.46.0 documentation</title>
13+
<title>Issue Summary — twilio-python 6.47.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/LICENSE.html

Lines changed: 0 additions & 100 deletions
This file was deleted.

docs/build/html/PULL_REQUEST_TEMPLATE.html

Lines changed: 4 additions & 4 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>Fixes — twilio-python 6.46.0 documentation</title>
13+
<title>Fixes — twilio-python 6.47.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>
@@ -47,13 +47,13 @@ <h1>Fixes<a class="headerlink" href="#fixes" title="Permalink to this headline">
4747
<div class="section" id="checklist">
4848
<h2>Checklist<a class="headerlink" href="#checklist" title="Permalink to this headline"></a></h2>
4949
<ul class="simple">
50-
<li>[ ] I acknowledge that all my contributions will be made under the project’s license</li>
50+
<li>[x] I acknowledge that all my contributions will be made under the project’s license</li>
5151
<li>[ ] I have made a material change to the repo (functionality, testing, spelling, grammar)</li>
52-
<li>[ ] I have read the <a class="reference internal" href="CONTRIBUTING.html"><span class="doc">Contribution Guidelines</span></a> and my PR follows them</li>
52+
<li>[ ] I have read the <a class="reference external" href="https://github.com/twilio/twilio-python/blob/main/CONTRIBUTING">Contribution Guidelines</a> and my PR follows them</li>
5353
<li>[ ] I have titled the PR appropriately</li>
5454
<li>[ ] I have updated my branch with the main branch</li>
5555
<li>[ ] I have added tests that prove my fix is effective or that my feature works</li>
56-
<li>[ ] I have added necessary documentation about the functionality in the appropriate .md file</li>
56+
<li>[ ] I have added the necessary documentation about the functionality in the appropriate .md file</li>
5757
<li>[ ] I have added inline documentation to the code I modified</li>
5858
</ul>
5959
<p>If you have questions, please file a <a class="reference external" href="https://twilio.com/help/contact">support ticket</a>, or create a GitHub Issue in this repository.</p>

docs/build/html/README.html

Lines changed: 24 additions & 4 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>twilio-python — twilio-python 6.46.0 documentation</title>
13+
<title>twilio-python — twilio-python 6.47.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>
@@ -154,6 +154,25 @@ <h3>Send an SMS<a class="headerlink" href="#send-an-sms" title="Permalink to thi
154154
</pre></div>
155155
</div>
156156
</div>
157+
<div class="section" id="enable-debug-logging">
158+
<h3>Enable Debug Logging<a class="headerlink" href="#enable-debug-logging" title="Permalink to this headline"></a></h3>
159+
<p>Log the API request and response data to the console:</p>
160+
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">logging</span>
161+
162+
<span class="n">client</span> <span class="o">=</span> <span class="n">Client</span><span class="p">(</span><span class="n">account</span><span class="p">,</span> <span class="n">token</span><span class="p">)</span>
163+
<span class="n">logging</span><span class="o">.</span><span class="n">basicConfig</span><span class="p">()</span>
164+
<span class="n">client</span><span class="o">.</span><span class="n">http_client</span><span class="o">.</span><span class="n">logger</span><span class="o">.</span><span class="n">setLevel</span><span class="p">(</span><span class="n">logging</span><span class="o">.</span><span class="n">INFO</span><span class="p">)</span>
165+
</pre></div>
166+
</div>
167+
<p>Log the API request and response data to a file:</p>
168+
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">logging</span>
169+
170+
<span class="n">client</span> <span class="o">=</span> <span class="n">Client</span><span class="p">(</span><span class="n">account</span><span class="p">,</span> <span class="n">token</span><span class="p">)</span>
171+
<span class="n">logging</span><span class="o">.</span><span class="n">basicConfig</span><span class="p">(</span><span class="n">filename</span><span class="o">=</span><span class="s1">'./log.txt'</span><span class="p">)</span>
172+
<span class="n">client</span><span class="o">.</span><span class="n">http_client</span><span class="o">.</span><span class="n">logger</span><span class="o">.</span><span class="n">setLevel</span><span class="p">(</span><span class="n">logging</span><span class="o">.</span><span class="n">INFO</span><span class="p">)</span>
173+
</pre></div>
174+
</div>
175+
</div>
157176
<div class="section" id="handling-exceptions">
158177
<h3>Handling Exceptions<a class="headerlink" href="#handling-exceptions" title="Permalink to this headline"></a></h3>
159178
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">twilio.rest</span> <span class="kn">import</span> <span class="n">Client</span>
@@ -232,6 +251,7 @@ <h3><a href="index.html">Table of Contents</a></h3>
232251
<li><a class="reference internal" href="#specify-region-and-or-edge">Specify Region and/or Edge</a></li>
233252
<li><a class="reference internal" href="#make-a-call">Make a Call</a></li>
234253
<li><a class="reference internal" href="#send-an-sms">Send an SMS</a></li>
254+
<li><a class="reference internal" href="#enable-debug-logging">Enable Debug Logging</a></li>
235255
<li><a class="reference internal" href="#handling-exceptions">Handling Exceptions</a></li>
236256
<li><a class="reference internal" href="#generating-twiml">Generating TwiML</a></li>
237257
<li><a class="reference internal" href="#using-a-custom-http-client">Using a Custom HTTP Client</a></li>
@@ -275,13 +295,13 @@ <h3>Quick search</h3>
275295
</div>
276296
<div class="footer">
277297
©2019, Twilio.
278-
298+
279299
|
280300
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.8.0</a>
281301
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
282-
302+
283303
|
284304
<a href="_sources/README.md.txt" rel="nofollow">Page source</a>
285305
</div>
286306
</body>
287-
</html>
307+
</html>

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.46.0 documentation</title>
13+
<title>Upgrade Guide — twilio-python 6.47.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.46.0 documentation</title>
13+
<title>Versioning Strategy — twilio-python 6.47.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)