You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/add-your-api.html
+3-1
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ <h2>Wrapper in Javascript</h2>
43
43
<sectionid="generate-from-wadl">
44
44
<h2>Generate from WADL</h2>
45
45
<p>WADL is a standard for describing REST API using a XML file. We've made a builtin which generate javascript compatible with Webshell from a WADL File</p>
<p>As the documentation of the API is contained in the WADL File, we generate HTML files to make a pretty and simple docs. To read documentation, use <code>docs()</code> builtin function</p>
53
54
<p> At the end we have a js file and a docs directory with all the HTML file : </p>
<p>Mashape is an API Hub with an API to access their API description. This XML is based on any standard but was made nicely. Authentication information is available in the XML so, we generate for you the configuration file (conf.json)</p>
59
-
<p>The mashape builtin generate a wadl file, then we call the wadl builtin to general all the js and documentation for the api </p>
61
+
<p>The mashape builtin generate a wadl file, then we call the wadl builtin to generate all the js and documentation for the api </p>
0 commit comments