Difference between revisions of "Rivendell Design Documentation"
From Rivendell Wiki
Line 2: | Line 2: | ||
* [https://opsguide.rivendellaudio.org/apis/web_api.pdf Rivendell Web API]. Can be used to enable third-party interaction with most elements of a Rivendell system. | * [https://opsguide.rivendellaudio.org/apis/web_api.pdf Rivendell Web API]. Can be used to enable third-party interaction with most elements of a Rivendell system. | ||
− | * PyPAD Program Associated Data Distribution System. | + | * [https://opsguide.rivendellaudio.org/html/chapter.pad.html#sect.pad.pypad PyPAD Program Associated Data Distribution System]. |
A [https://pypi.org/project/rivendellaudio/ Python 3 binding] is available that provides access to both of the above APIs. | A [https://pypi.org/project/rivendellaudio/ Python 3 binding] is available that provides access to both of the above APIs. |
Revision as of 15:56, 20 July 2023
Public APIs
- Rivendell Web API. Can be used to enable third-party interaction with most elements of a Rivendell system.
A Python 3 binding is available that provides access to both of the above APIs.