Functions - functions
From The Socknet
This function is under review. It may be removed from the standard or changed to optional.
functions is used to determine which optional and non-standard functions a Service or Provider supports.
Specification
GET functions
->
{ supported_functions: {
extra_function_x: "http://extra_function_x.com",
...
}
}
functions may be called via GET or POST.
No request fields are specified.
The response includes a supported_functions field holding an object whose keys are the names of the functions available and whose values are URL's to the documentation for each function. The URL is ONLY documentation and does not constitute a namespace as in XML.
Support
Providers are required to support this function.
Services are required to support this function.

