A pointer to help me get started with this much appreciated.
Want to use a (remote) JSON-RPC method with parameters and process response.
So for example the method: FetchCategories(clientID, industry)
Expressed as:
{ "clientID" : "322516C6.xxx", "industry" : "attractions" }
Will return:
[{"url":"art-galleries","title":"Art Galleries","parent_Title":"Attractions","parentID":0,"pageID":13},{"url":"breweries","title":"Breweries","parent_Title":"Attractions","parentID":0,"pageID":30}]
For some reason I can't find an example that's helps me to work out how to call (and define) this method and include parameters.
Many Thanks
Want to use a (remote) JSON-RPC method with parameters and process response.
So for example the method: FetchCategories(clientID, industry)
Expressed as:
{ "clientID" : "322516C6.xxx", "industry" : "attractions" }
Will return:
[{"url":"art-galleries","title":"Art Galleries","parent_Title":"Attractions","parentID":0,"pageID":13},{"url":"breweries","title":"Breweries","parent_Title":"Attractions","parentID":0,"pageID":30}]
For some reason I can't find an example that's helps me to work out how to call (and define) this method and include parameters.
Many Thanks