You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue captures design and implementation for creating Python examples in this repo. The intent is to create a "mirrored" version of the node.js examples, but for Python users, developers, etc. This requires putting code into the folder examples/python, modifying scripts for execution, and ensuring that a parameter-less or "it just runs" option is the default run method.
Here is a list of requirements for this body of work:
Creating code in examples/python folder which contains the following API examples in order of importance:
async-upload examples
async-url examples
streaming examples using WebSockets
management examples
telephony examples
Modifying the run-example.sh to include:
checks to make sure python is configured properly
co-exists with the node.js example using the same "main" entry point script at the root of the repo
help to guide via examples individuals to executing either the node.js or python examples
Re-factor the script to fork between using a examples/node/run-example.sh and examples/python/run-example.sh
Modify the README to include instructions, etc
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered:
Feature Request
This issue captures design and implementation for creating Python examples in this repo. The intent is to create a "mirrored" version of the node.js examples, but for Python users, developers, etc. This requires putting code into the folder
examples/python
, modifying scripts for execution, and ensuring that a parameter-less or "it just runs" option is the default run method.Here is a list of requirements for this body of work:
examples/python
folder which contains the following API examples in order of importance:run-example.sh
to include:help
to guide via examples individuals to executing either the node.js or python examplesexamples/node/run-example.sh
andexamples/python/run-example.sh
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: