Skip to content

Instantly share code, notes, and snippets.

View michelezonca's full-sized avatar
🌵

Michele Zonca michelezonca

🌵
View GitHub Profile
<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>
<?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">