{% extends "konami.html" %} {% block title %}services{% endblock %} {% block body %}

services

services.get

Request:

{% highlight "cxml" %}
    
        
            AVS2 version
        
    
{% endhighlight %}

Response:

{% highlight "cxml" %}
    
        
    
{% endhighlight %}

Known services are:

Most of these will usually just return the URL to the eAmuse server (or your fake one ;D). ntp is a notable exception, unless you're planning on reimplementing NTP. keepalive will likely alsop be a custom URL with query parameters pre-baked.

mode is one of operation, debug, test, or factory.

{% endblock %}