# Shortcuts $m = $vars['method']; ?>
= $vars['menu'] ?> |
= $m['brief_description'] ?>
|
|
||||
= \okapi\Settings::get('SITE_URL')."okapi/".$m['name'] ?> | ||||
= $m['description'] ?> | ||||
= $arg['name'] ?> | '> echo $arg['is_required'] ? 'required' : 'optional'; ?> | = $arg['description'] ?> | ||
if ($m['auth_options']['min_auth_level'] == 0) { ?> No additional authentication parameters are required. } elseif ($m['auth_options']['min_auth_level'] == 1) { ?> Plus required consumer_key argument, assigned for your application. } else { ?> Plus required standard OAuth Consumer signing arguments: oauth_consumer_key, oauth_nonce, oauth_timestamp, oauth_signature, oauth_signature_method, oauth_version. Plus = $m['auth_options']['oauth_token'] ?> oauth_token for Token authorization. } ?> | ||||
Returned value: = $m['returns'] ?> |