Talk:JSON-RPC API

From Official Kodi Wiki
Revision as of 17:13, 24 February 2011 by >Divol (Created page with '-- Hints -- * First : have a look to json RPC 2.0, it's not a joke, you'll win much time ! ( the "id", the "id" ...!) * the generic http url is : http://user:pass@xbmcIP:xbmcPo…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

-- Hints --

  • First : have a look to json RPC 2.0, it's not a joke, you'll win much time ! ( the "id", the "id" ...!)
    • yes, the /jsonrpc is mandatory (see xbmc code source ....)
  • the POST message could be :

{"jsonrpc":"2.0","method":"JSONRPC.Introspect","id":"introspect"}