Manila RPC Changes 03/09/01
Fri, Mar 9, 2001; by Jake Savin.
New RPC Handlers 
Two new RPC handlers were added to the Manila RPC interface.
Both handlers duplicate functionality which was already available, but now you are not required to implement base64 encoding/decoding in order to access these features.
manila.editorialOutline.getOutline 
This handler mirrors the functionality of manila.editorialOutline.get, but the struct it returns contains the editorial outline in plain-text opml, instead of base64-encoded opml.
manila.editorialOutline.setOutline 
This handler mirrors the functionality of manila.editorialOutline.set, but you don't need to base64-encode the opml before making the request.
|