restcall-doc.tpl.php

Default theme implementation to show REST call documentation.

Available variables:

  • $title: title of rest call.
  • $description: Description of the REST call.
  • $uri: The uri of the REST call.
  • $method: The method of the REST call (GET/POST)
  • $request_authorization: Text if autorization is required.
  • $warnings: possible warnings during page creation.
  • $example_request: A example uri of a request.
  • $example_response: A example response XML.

See also

template_preprocess()

@see template_preprocess_restcall_doc()