Template:RESTfulExample
From ePrize Developers Wiki
(Difference between revisions)
(New page: == {{{title}}} == {{ #if: {{{summary|}}} === Summary === {{{summary}}} | }} {{ #if: {{{request|}}} === Request === {{ #expandafter:pre|| {{{request}}} }} {{ #if: {{{response|}}} === R...) |
(→Example: {{{title}}}) |
||
(20 intermediate revisions not shown.) | |||
Line 1: | Line 1: | ||
- | == {{{title}}} == | + | == Example: {{{title}}} == |
- | {{ #if: {{{summary|}}} | + | {{ #if: {{{summary|}}} | |
=== Summary === | === Summary === | ||
- | |||
{{{summary}}} | {{{summary}}} | ||
| }} | | }} | ||
- | {{ #if: {{{request|}}} | + | {{ #if: {{{request|}}} | |
=== Request === | === Request === | ||
- | |||
{{ #expandafter:pre|| | {{ #expandafter:pre|| | ||
{{{request}}} | {{{request}}} | ||
}} | }} | ||
+ | | }} | ||
- | {{ #if: {{{response|}}} | + | {{ #if: {{{response|}}} | |
=== Response === | === Response === | ||
+ | {{ #if: {{{responsecode|}}} | | ||
+ | HTTP Status Code: {{{responsecode}}} | ||
+ | | }} | ||
+ | |||
+ | {{ #if: {{{responseloc|}}} | | ||
+ | HTTP Redirect Location: {{{responseloc}}} | ||
+ | | }} | ||
{{ #expandafter:pre|| | {{ #expandafter:pre|| | ||
- | {{{response}}} | + | {{{response}}} |
}} | }} | ||
+ | | }} | ||
+ | |||
+ | {{ #if: {{{extranotes|}}} | | ||
+ | ==== Notes ==== | ||
+ | {{{extranotes}}} | ||
+ | | }} |