Kodi Community Forum
JSON RPC Schema for download? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+---- Forum: JSON-RPC (https://forum.kodi.tv/forumdisplay.php?fid=174)
+---- Thread: JSON RPC Schema for download? (/showthread.php?tid=201593)



JSON RPC Schema for download? - anlima - 2014-08-07

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.


RE: JSON RPC Schema for download? - Montellese - 2014-08-07

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.