-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
41 lines (35 loc) · 2.86 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
layout: page
title: Home
---
<h2>What is APIs.json?</h2>
<p style="margin-left; 15px; margin-right: 15px;">APIs.json is a machine readable specification that API providers can use to describe their API operations, similar to how web sites are described using sitemap.xml. Providing an index of internal, partner, and public APIs, which includes not just the the OpenAPI, JSON Schema, and other machine readable artifacts, but also the currently only human readable elements like documentation, pricing, and terms of service.</p>
<h2>Latest Version (<a href="https://github.com/apis-json/diff/pull/8/files" target="_blank">Diff</a>)</h2>
<iframe src="format/apisjson_0.19.txt" style="padding: 15px; width: 100%; height: 500px; border: 1px solid #CCC;"></iframe>
<br>
<h3>Previous Versions</h3>
<ul>
<li><strong>0.18</strong> (<a href="http://apisjson.org/format/apisjson_0.18.txt" target="_blank">Spec</a>) (<a href="https://github.com/apis-json/diff/pull/7/files" target="_blank">Diff</a>)</li>
<li><strong>0.17</strong> (<a href="http://apisjson.org/format/apisjson_0.17.txt" target="_blank">Spec</a>) (<a href="https://github.com/apis-json/diff/pull/6/files" target="_blank">Diff</a>)</li>
<li><strong>0.16</strong> (<a href="http://apisjson.org/format/apisjson_0.16.txt" target="_blank">Spec</a>) (<a href="https://github.com/apis-json/diff/pull/5/files" target="_blank">Diff</a>)</li>
<li><strong>0.15</strong> (<a href="http://apisjson.org/format/apisjson_0.15.txt" target="_blank">Spec</a>) (<a href="https://github.com/apis-json/diff/pull/4/files" target="_blank">Diff</a>)</li>
<li><strong>0.14</strong> (<a href="http://apisjson.org/format/apisjson_0.14.txt" target="_blank">Spec</a>) (<a href="https://github.com/apis-json/diff/pull/3/files" target="_blank">Diff</a>)</li>
<li><strong>0.13</strong> (<a href="http://apisjson.org/format/apisjson_0.13.txt" target="_blank">Spec</a>) (<a href="https://github.com/apis-json/diff/pull/2/files" target="_blank">Diff</a>)</li>
<li><strong>0.12</strong> (<a href="http://apisjson.org/format/apisjson_0.12.txt" target="_blank">Spec</a>) (<a href="https://github.com/apis-json/diff/pull/1/files" target="_blank">Diff</a>)</li>
<li><strong>0.11</strong> (<a href="http://apisjson.org/format/apisjson_0.11.txt" target="_blank">Spec</a>)</li>
</ul>
<br>
<h2>Example APIs.json</h2>
<script src="https://gist.github.com/kinlane/3b893b9343ade1906ed8b5b18ecc9279.js"></script>
<br>
<h2>Example APIs.yaml</h2>
<script src="https://gist.github.com/kinlane/29cb12217e3aa092489b35a5600c40ca.js"></script>
<br>
<h2>Who is using APIs.json?</h2>
<center>
{% assign showcases = site.data.showcase | sort: 'view_sort' %}
{% for showcase in showcases %}
<div class="container-fluid" style="display: inline;"><a href="{{ showcase.url }}" target="_blank"><img src="{{ showcase.image }}" width="250" style="padding: 15px; border: 1px solid #000;" /></a></div>
{% endfor %}
</center>
<br><br>