mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-22 01:00:02 +02:00
16 lines
443 B
Markdown
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.
|