SiLA Client usageΒΆ

The class sila2.client.SilaClient represents SiLA Clients and can be used to connect to and interact with SiLA Servers.

All code example in this section use the example SiLA 2 Server from the GitLab repository:

>>> from sila2_example_server import Client

>>> client = Client(...)

You can find more SiLA Client examples here.