Template:RESTfulExample

From ePrize Developers Wiki

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
== Example: {{{title}}} ==
== Example: {{{title}}} ==
 +
{{ #if: {{{summary|}}} |
{{ #if: {{{summary|}}} |
=== Summary ===
=== Summary ===
{{{summary}}}
{{{summary}}}
| }}
| }}
 +
{{ #if: {{{request|}}} |
{{ #if: {{{request|}}} |
=== Request ===
=== Request ===
Line 10: Line 12:
}}
}}
| }}
| }}
 +
{{ #if: {{{response|}}} |
{{ #if: {{{response|}}} |
=== Response ===
=== Response ===
-
{{ #if: {{{responsecode|}}} |HTTP Status Code: {{{responsecode}}}| }}
+
{{ #if: {{{responsecode|}}} |
 +
HTTP Status Code: {{{responsecode}}}
 +
| }}
-
{{ #if: {{{responseloc|}}} |HTTP Redirect Location: {{{responseloc}}}| }}
+
{{ #if: {{{responseloc|}}} |
-
{{ #expandafter:pre||{{{response}}} }}
+
HTTP Redirect Location: {{{responseloc}}}
 +
| }}
 +
 
 +
{{ #expandafter:pre||
 +
{{{response}}}
 +
}}
| }}
| }}

Revision as of 15:32, 18 March 2009

Example: {{{title}}}

Personal tools