-
Notifications
You must be signed in to change notification settings - Fork 0
api photo version
Jay Williams edited this page Mar 7, 2012
·
10 revisions
This return the version of the photo plugin API
no grant access required
GET http://example.com/api/get/photo.version/json/
{
"method" : "photo.version",
}
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<xml>
<method>photo.version</method>
</xml>
{
"status" : "valid",
"response" : { "version" : "1.0.0" }
}
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<xml>
<status>valid</status>
<response>
<version>1.0.0</version>
</response>
</xml>
No argument needed.
- version : The plugin version number.