Difference between revisions of "Category:MythXML"

From MythTV Official Wiki
Jump to: navigation, search
(Created page with 'MythXML is the data interface exposed through the backend web server. == Use == Content is accessed through the backend status port, with commands in the 'Myth' folder. [[Categ…')
 
m
Line 2: Line 2:
  
 
== Use ==
 
== Use ==
Content is accessed through the backend status port, with commands in the 'Myth' folder.
+
Content is accessed through the backend status port, with commands in the 'Myth' folder. Inputs are sent using GET methods.
 +
 
 +
Example:
 +
<pre>
 +
http://localhost:6544/Myth/GetConnectionInfo?Pin=0000
 +
</pre>
  
 
[[Category:Developer Documentation]]
 
[[Category:Developer Documentation]]

Revision as of 03:40, 8 September 2010

MythXML is the data interface exposed through the backend web server.

Use

Content is accessed through the backend status port, with commands in the 'Myth' folder. Inputs are sent using GET methods.

Example:

http://localhost:6544/Myth/GetConnectionInfo?Pin=0000