We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7c220 commit 61b5cccCopy full SHA for 61b5ccc
docs/user/quickstart.rst
@@ -154,6 +154,7 @@ You can also pass a proxy configuration upon initialization in case you are behi
154
documentation on Proxies <https://2.python-requests.org/en/master/user/advanced/#proxies>`_ for details.
155
156
.. code-block:: python
157
+
158
>>> from webexteamssdk import WebexTeamsAPI
159
>>> proxy = {'https': 'http://<proxy_ip>:<proxy_port>'}
160
>>> api = WebexTeamsAPI(access_token=<your_access_token>, proxies=proxy)
0 commit comments