-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
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:
- Creating code in
examples/pythonfolder 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.shto 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
-
helpto 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.shandexamples/python/run-example.sh
- Modify the README to include instructions, etc
Describe alternatives you've considered
NA
Additional context
NA
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed