| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://adgear.com/api/schemas/xml#output} (restriction)
Information regarding a single API end point
| Nested Element Summary | |
adgear:string | input_elementThe root XML element, from the AdGear API input namespace, that the end point expects to receive ; End points which expect no input will have this set to nil |
| methodThe HTTP method to use when contacting this API end point |
adgear:string | nameThe unique name of the API end point in the list |
adgear:string | output_elementThe root XML element, from the AdGear API output namespace, that the end point is expected to emit on success ; End points which produce no output will have this set to nil ; Upon failure, the emitted output element will be the "errors" element instead of the element indicated here. |
adgear:anyURI | urlThe URL to use to reach the API end point |
<xs:element maxOccurs="unbounded" minOccurs="0" name="_url"><xs:complexType></xs:element><xs:all></xs:complexType><xs:element name="method"></xs:all><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="GET"/><xs:enumeration value="POST"/><xs:enumeration value="PUT"/><xs:enumeration value="DELETE"/></xs:restriction>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||