API Version: 1.0
Library Version: 0.9.1
const char* rest_proxy_call_get_function ( RestProxyCall* call )
Get the REST function that is going to be called on the proxy.
const char*
The REST “function” for the current call, see also rest_proxy_call_set_function(). This string is owned by the RestProxyCall and should not be freed.
RestProxyCall