mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-20 00:10:03 +02:00

- using material theme instead of readthedocs - introducing "Interacting with pydase Services" guide - restful api docs - auto-generated frontend - pydase.Client
3.3 KiB
3.3 KiB
Interacting with pydase
Services
pydase
offers multiple ways for users to interact with the services they create, providing flexibility and convenience for different use cases. This section outlines the primary interaction methods available, including an auto-generated frontend, a RESTful API, and a Python client based on Socket.IO.
{% include-markdown "./Auto-generated Frontend.md" heading-offset=1 %}
{% include-markdown "./RESTful API.md" heading-offset=1 %}
{% include-markdown "./Python Client.md" heading-offset=1 %}