Template:RESTfulAPI
From ePrize Developers Wiki
(Difference between revisions)
(New page: == Summary == {{{summary}}} == Example == <pre>{{{example}}}</pre> == See Also == {{{seealso}}}) |
|||
(23 intermediate revisions not shown.) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
+ | {{Logo}} | ||
+ | {{ #if: {{{crumbs|}}} | | ||
+ | {{{crumbs}}} | ||
+ | | }} | ||
+ | {{ #if: {{{summary|}}} | | ||
== Summary == | == Summary == | ||
{{{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|}}} | | ||
== Example == | == Example == | ||
- | + | {{ #expandafter:pre|| | |
+ | {{{example}}} | ||
+ | }} | ||
+ | | }} | ||
+ | {{ #if: {{{detail|}}} | | ||
+ | {{{detail}}} | ||
+ | | }} | ||
+ | {{ #if: {{{seealso|}}} | | ||
== See Also == | == See Also == | ||
{{{seealso}}} | {{{seealso}}} | ||
+ | | }} |
Current revision