Template:REST Operations

From ToxBank API Wiki
(Difference between revisions)
Jump to: navigation, search
 
(11 intermediate revisions by one user not shown)
Line 24: Line 24:
 
|-
 
|-
 
! Resource
 
! Resource
| {{{REST_resource|}}}
+
| [[{{{REST_resource|}}}]]
 
|-
 
|-
 
! Method
 
! Method
| {{{REST_op_method|}}}
+
| [[{{{REST_op_method|}}}]]
 
|-
 
|-
 
! URI
 
! URI
Line 51: Line 51:
 
|}
 
|}
  
{{#if: {{PAGENAME}} == "API_{{{REST_resource|}}}" |
+
{{#ifeq: {{PAGENAME}} | {{{REST_resource|}}} | |
 
   {{#if:{{{REST_op_status|}}} |
 
   {{#if:{{{REST_op_status|}}} |
 
     {{#set: |Has status code={{{REST_op_status|}}} }}
 
     {{#set: |Has status code={{{REST_op_status|}}} }}
 
   | }}
 
   | }}
 
   {{#set: |Has output media type={{{REST_op_mime_output|}}} }}
 
   {{#set: |Has output media type={{{REST_op_mime_output|}}} }}
| }}
+
  {{#set: |Acts on={{{REST_resource|}}} }}
 
+
}}
Resource: [API_{{{REST_resource|}}}]
+
  
 
[[Category:REST_API]]
 
[[Category:REST_API]]

Latest revision as of 12:35, 7 October 2011

This is the "REST_Operations" template. It should be called in the following format:

{{REST_Operations
|REST_op_description=
|REST_op_method=
|REST_resource=
|REST_op_uri=
|REST_op_params=
|REST_header_param=subjectid:SECURITY-TOKEN
|REST_op_result=
|REST_op_status=
|REST_op_mime_input=
|REST_op_mime_output=
|REST_op_example=
}}

Edit the page to see the template text.

Personal tools