pydase/docs/user-guide/RESTful API.md
2024-07-30 08:28:37 +02:00

16 lines
443 B
Markdown

# RESTful API
The `pydase` RESTful API provides access to various functionalities through specific routes. Below are the available endpoints for version 1 (`v1`) of the API, including details on request methods, parameters, and example usage.
## Base URL
```
http://<hostname>:<port>/api/v1/
```
<swagger-ui src="./openapi.yaml"/>
## Change Log
- v0.9.0: Initial release with `get_value`, `update_value`, and `trigger_method` endpoints.