Template:RESTfulAPI
From ePrize Developers Wiki
(Difference between revisions)
(→Summary) |
|||
(8 intermediate revisions not shown.) | |||
Line 4: | Line 4: | ||
{{{crumbs}}} | {{{crumbs}}} | ||
| }} | | }} | ||
- | |||
{{ #if: {{{summary|}}} | | {{ #if: {{{summary|}}} | | ||
== Summary == | == Summary == | ||
- | + | {{{summary}}} | |
- | + | | }} | |
- | + | {{ #if: {{{resource|}}} | | |
== Resource == | == Resource == | ||
- | + | {{{resource}}} | |
- | + | | }} | |
+ | {{ #if: {{{methods|}}} | | ||
== Valid Methods == | == Valid Methods == | ||
- | + | {{{methods}}} | |
+ | | }} | ||
+ | {{ #if: {{{resourceargs|}}} | | ||
+ | |||
+ | == Resource Arguments == | ||
+ | <em>Note: resource arguments are always required.</em> | ||
+ | |||
+ | {{{resourceargs}}} | ||
+ | | }} | ||
+ | {{ #if: {{{paramsrequired|}}} | | ||
+ | == Parameters Required == | ||
+ | |||
+ | {{{paramsrequired}}} | ||
+ | | }} | ||
+ | |||
+ | {{ #if: {{{example|}}} | | ||
== Example == | == Example == | ||
Line 25: | Line 40: | ||
}} | }} | ||
| }} | | }} | ||
- | |||
{{ #if: {{{detail|}}} | | {{ #if: {{{detail|}}} | | ||
{{{detail}}} | {{{detail}}} | ||
| }} | | }} | ||
- | |||
{{ #if: {{{seealso|}}} | | {{ #if: {{{seealso|}}} | | ||
Line 35: | Line 48: | ||
{{{seealso}}} | {{{seealso}}} | ||
- | |||
| }} | | }} |
Current revision