Skip to content

Create Python Examples and Integrate With Current Framework #46

@davidvonthenen

Description

@davidvonthenen

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/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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions