diff --git a/web/html/rpc.php b/web/html/rpc.php index 18ad3ec9..ee7cda3d 100644 --- a/web/html/rpc.php +++ b/web/html/rpc.php @@ -18,22 +18,18 @@ else { // here. ?>
-The methods currently allowed are:The methods currently allowed are:
Each method requires the following HTTP GET syntax:
+type=methodname&arg=data+
Where methodname is the name of an allowed method, and data is the argument to the call.
+If you need jsonp type callback specification, you can provide an additional variable callback.
+Example URL: http://aur-url/rpc.php?type=search&arg=foobar&callback=jsonp1192244621103