Skip to content
Alban LEROUX edited this page Sep 12, 2011 · 10 revisions

API

photo.version

This return the version of the photo plugin api

Request example

{
    "method":"photo.version",
    "datas":""
}

Response example

{
    "status":"valid",
    "datas":"1.0.0"
}

Arguments

No argument needed.

NOTE: Even if no argument needed in the request the field datas still mandatory, keep it empty.

Clone this wiki locally