docs: restructuring Interaction section in User Guide

This commit is contained in:
Mose Müller
2025-05-19 15:01:35 +02:00
parent b9cec19b02
commit 2c1db3fa45
7 changed files with 9 additions and 20 deletions

View File

@ -1,18 +1,7 @@
# 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.
`pydase` offers multiple ways for users to interact with the services they create.
{%
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
%}
- [Auto-generated Frontend](./Auto-generated-Frontend.md)
- [RESTful API](./RESTful-API.md)
- [Python Client](./Python-Client.md)