Kodi Community Forum

Full Version: JSON RPC Schema for download?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'd like to develop a small tool to help me manage my XBMC library. I want to put a thin abstraction layer in between that converts between java classes and JSON Strings. Therefore I want to generate Java classes from the JSON Schema for XBMC (which is possible with jsonschema2pojo).
However I didn't find a way to download the JSON Schema for XBMC.
Where can I get those files from? I don't want to copy and paste all of them from the API website.
Start your XBMC, enable the webserver, start your browser and open
Code:
http://<ip>:<port>/jsonrpc
and you should get the JSON-RPC API in JSON schema.