forked from klnusbaum/UDJ-Server
-
Notifications
You must be signed in to change notification settings - Fork 0
0.7 Server Configuration
klnusbaum edited this page Mar 11, 2013
·
3 revisions
The following methods are use to obtain information about the capabilities of the UDJ Server.
Retrieves a JSON Array of available playlist sorting algorithm objects.
Returns a JSON object describing the minimum and maximum search radii (in dijkstra notation) for player searching. The JSON object will have the following form:
{
"min_radius" : Minimum search radius in kilometers (inclusive),
"max_radius" : Maximum search radius in kilometers (exclusive)
}
Returns a JSON array of default player permission names that are set when a player is created.