Talk:JSON-RPC API: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>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…')
 
>Divol
No edit summary
Line 10: Line 10:


{"jsonrpc":"2.0","method":"JSONRPC.Introspect","id":"introspect"}
{"jsonrpc":"2.0","method":"JSONRPC.Introspect","id":"introspect"}
--[[User:Divol|Divol]] 17:14, 24 February 2011 (UTC)

Revision as of 17:14, 24 February 2011

-- 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"} --Divol 17:14, 24 February 2011 (UTC)