-
Notifications
You must be signed in to change notification settings - Fork 0
api auth version
Alban LEROUX edited this page Mar 10, 2012
·
5 revisions
This return the version of the auth plugin API
no grant access required
GET http://example.com/api/get/auth.version/json/
{
"method" : "auth.version",
}
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<xml>
<method>auth.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.
The API Auth version.
auth.config.get
auth.config.set
auth.request
auth.token
auth.refresh
auth.destroy
auth.user.add
auth.user.set
auth.user.del
auth.user.get
auth.user.list
auth.entity.add
auth.entity.set
auth.entity.del
auth.entity.get
auth.entity.list
auth.grant.add
auth.grant.set
auth.grant.del
auth.grant.get
auth.grant.list