Template:RESTfulAPI

From ePrize Developers Wiki

(Difference between revisions)
Jump to: navigation, search
Current revision (21:03, 4 April 2011) (edit) (undo)
 
(5 intermediate revisions not shown.)
Line 9: Line 9:
{{{summary}}}
{{{summary}}}
| }}
| }}
 +
{{ #if: {{{resource|}}} |
 +
== Resource ==
 +
 +
{{{resource}}}
 +
| }}
 +
{{ #if: {{{methods|}}} |
 +
== Valid Methods ==
 +
 +
{{{methods}}}
 +
| }}
 +
{{ #if: {{{resourceargs|}}} |
 +
 +
== Resource Arguments ==
 +
<em>Note: resource arguments are always required.</em>
 +
 +
{{{resourceargs}}}
 +
| }}
 +
{{ #if: {{{paramsrequired|}}} |
 +
== Parameters Required ==
 +
 +
{{{paramsrequired}}}
 +
| }}
 +
{{ #if: {{{example|}}} |
{{ #if: {{{example|}}} |
 +
== Example ==
== Example ==
Line 16: Line 40:
}}
}}
| }}
| }}
- 
{{ #if: {{{detail|}}} |
{{ #if: {{{detail|}}} |
{{{detail}}}
{{{detail}}}
| }}
| }}
- 
{{ #if: {{{seealso|}}} |
{{ #if: {{{seealso|}}} |
Line 26: Line 48:
{{{seealso}}}
{{{seealso}}}
- 
| }}
| }}

Current revision






Personal tools