mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-22 01:00:02 +02:00
10 lines
407 B
Markdown
10 lines
407 B
Markdown
# 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 RESTful APIs, Python client based on Socket.IO, and the auto-generated frontend.
|
|
|
|
{%
|
|
include-markdown "./RESTful API.md"
|
|
heading-offset=1
|
|
%}
|
|
|