mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 16:50:02 +02:00
443 B
443 B
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/
Change Log
- v0.9.0: Initial release with
get_value
,update_value
, andtrigger_method
endpoints.