Jump to: navigation, search

Documentation/WADL conventions

< Documentation
Revision as of 21:09, 20 February 2014 by Dfleming (talk | contribs) (What is WADL?)

WADL markup conventions

What is WADL?

  • An acronym for Web Application Description Language.
  • An XML vocabulary that describes RESTful APIs.
  • Machine- and human-readable.
  • Can be referenced in Docbook files to generate API reference documentation.


For complete information about the WADL language, see Web Application Description Language (http://www.w3.org/Submission/wadl/).

Markup

For list methods, use the text: "Lists available xxx." Do not use "Gets a listing," or "Prints a listing." For show (or get) methods, use the text: "Shows xxx details." Do not use, "Retrieves information about," or "Gets information for."