Skip to content
toddynnn edited this page Dec 31, 2024 · 1 revision

Avalible usage of REST

  • getRoutePlannerAddress(): Retrieves the address of the route planner.

  • getRoutePlannerStatus(): Gets the current status of the route planner.

  • getInfo(): Fetches general information about the system or service.

  • getStats(): Retrieves statistical data regarding usage or performance.

  • decodeTracks(): Decodes multiple tracks based on provided data.

  • decodeTrack(): Decodes a single track based on provided data.

  • getTracks(): Fetches a list of available tracks.

  • destroyPlayer(): Stops and destroys the specified player instance.

  • getPlayers(): Retrieves a list of active players in the system.

  • updatePlayer(): Updates the settings or status of a specified player.

  • makeRequest(): Sends a generic request to the server.

  • setSessionId(): Sets the session ID for user interaction with the system.

Clone this wiki locally