Changes between Version 1 and Version 2 of XML-RPC
- Timestamp:
- May 24, 2006, 3:32:50 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified XML-RPC
v1 v2 64 64 # returns "signatures not supported"... :( 65 65 # but, in an ideal world it will tell users what args are expected 66 sig = dispatcher.system_methodSignature(method) ,66 sig = dispatcher.system_methodSignature(method) 67 67 68 68 # this just reads your docblock, so fill it in!