This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <api format="JSON"> | |
| <authentication type="QueryParameter"> | |
| <description><![CDATA[This is a simple query parameter authentication]]></description> | |
| <parameters> | |
| <parameter name="apiKey" optional="false"> | |
| <description><![CDATA[Your API Key]]></description> | |
| </parameter> | |
| </parameters> | |
| </authentication> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <api xmlns="http://mashape.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://mashape.com mashape-4.0.xsd "> | |
| <authentication type="header"> | |
| <description><![CDATA[This is a simple header authentication]]></description> | |
| <parameters> | |
| <parameter name="X-Pippo-Username" optional="false"> | |
| <description><![CDATA[Please enter here your username]]></description> | |
| </parameter> | |
| <parameter name="X-Pippo-Password" optional="false"> |