Skip to content

Finalize auto-generation of python client  #8

@lukasmasuch

Description

@lukasmasuch

Feature description:

Finalize auto-generation of python client for Opyrator.

Every deployed Opyrator provides a Python client library via an endpoint method which can be installed with pip:

pip install http://my-opyrator:8080/client

And used in your code, as shown below:

from my_opyrator import Client, Input
opyrator_client = Client("http://my-opyrator:8080")
result = opyrator_client.call(Input(text="hello", wait=1))

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureRequest for new feature or improvementstaleAwaiting input from creator for prolonged time period

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions