Template:RESTfulExample
From ePrize Developers Wiki
(Difference between revisions)
Line 1: | Line 1: | ||
== Example: {{{title}}} == | == Example: {{{title}}} == | ||
- | {{ | + | {{ #if: {{{summary|}}} | |
=== Summary === | === Summary === | ||
{{{summary}}} | {{{summary}}} | ||
| }} | | }} | ||
- | {{ | + | {{ #if: {{{request|}}} | |
=== Request === | === Request === | ||
{{ #expandafter:pre|| | {{ #expandafter:pre|| | ||
Line 13: | Line 13: | ||
| }} | | }} | ||
- | {{ | + | {{ #if: {{{response|}}} | |
=== Response === | === Response === | ||
{{- #if: {{{responsecode|}}} | | {{- #if: {{{responsecode|}}} | | ||
Line 19: | Line 19: | ||
| }} | | }} | ||
- | {{ | + | {{ #if: {{{responseloc|}}} | |
HTTP Redirect Location: {{{responseloc}}} | HTTP Redirect Location: {{{responseloc}}} | ||
| }} | | }} |