Skip to content

Commit 21362f5

Browse files
committed
Update 2018-05-12T21:14:14.104Z
1 parent a9994ac commit 21362f5

File tree

38 files changed

+1858
-91
lines changed

38 files changed

+1858
-91
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!-- CSS -->
1414
<!-- inject:css -->
15-
<link rel="stylesheet" href="/assets/stylesheets/style-c87e88217f.min.css">
15+
<link rel="stylesheet" href="/assets/stylesheets/style-1b8cb0b75f.min.css">
1616
<!-- endinject -->
1717

1818
<!-- Icons -->

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
apis.guru
1+
apis.guru

about/index.html

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!-- CSS -->
1414
<!-- inject:css -->
15-
<link rel="stylesheet" href="/assets/stylesheets/style.css">
15+
<link rel="stylesheet" href="/assets/stylesheets/style-21a70e7914.min.css">
1616
<!-- endinject -->
1717

1818
<!-- Icons -->
@@ -64,18 +64,12 @@
6464

6565

6666

67-
68-
<a class="page-link" href="https://blog.apis.guru/">API tooling development: GraphQL, OpenAPI | APIs.guru</a>
69-
70-
71-
72-
7367

7468

7569

7670

7771

78-
<a class="page-link" href="/openapi-directory/">Directory</a>
72+
<a class="page-link" href="/">Home</a>
7973

8074

8175

@@ -116,26 +110,21 @@ <h2 class="post-title">About</h2>
116110
</header>
117111

118112
<div class="post-content">
119-
<p>We are independent API-consultants. Our main focus is developer tooling around
120-
GraphQL and OpenAPI/Swagger.</p>
121-
122-
<h2>Our Projects</h2>
113+
<p>We are independent API-consultants.
114+
We used to work a lot with different API description formats: RAML, API Blueprint,
115+
OpenAPI (fka Swagger), Avro.</p>
123116

124-
<h4>GraphQL</h4>
117+
<p>It was taking us tons of time to search for API specifications. That&rsquo;s why we have started APIs.guru project!</p>
125118

126-
<ul>
127-
<li><a href="https://github.com/APIs-guru/graphql-voyager">graphql-voyager</a> - Represent any GraphQL API as an interactive graph 🛰️</li>
128-
<li><a href="https://github.com/APIs-guru/graphql-apis">graphql-apis</a> - A collective list of public GraphQL APIs</li>
129-
</ul>
119+
<h2>Other projects</h2>
130120

131-
<h4>OpenAPI</h4>
121+
<p>We are also working on other OpenAPI/Swagger related projects:</p>
132122

133123
<ul>
134-
<li><a href="https://github.com/APIs-guru/openapi-directory">openapi-directory</a> - Wikipedia for Web APIs. Directory of REST API specs in OpenAPI(fka Swagger) 2.0 format</li>
135-
<li><a href="https://github.com/Rebilly/ReDoc">ReDoc</a> (sponsored by <a href="https://www.rebilly.com/">Rebilly</a>) - OpenAPI/Swagger-generated API Reference Documentation</li>
136-
<li><a href="https://github.com/Rebilly/generator-openapi-repo">generator-openapi-repo</a> (sponsored by <a href="https://www.rebilly.com/">Rebilly</a>) - Yeoman generator for OpenAPI/Swagger repo to help you share spec for your API</li>
137-
<li><a href="https://github.com/lucybot/api-spec-converter">api-spec-converter</a> (together with <a href="http://lucybot.com/">LucyBot</a>) - Convert API descriptions between popular formats such as OpenAPI(fka Swagger), RAML, API Blueprint, WADL, etc.</li>
138-
<li><a href="https://github.com/apigee-127/swagger-converter">swagger-converter</a> (together with <a href="http://apigee.com/">Apigee</a>) - Converts Swagger documents from version 1.2 to 2.0</li>
124+
<li><a href="https://github.com/lucybot/api-spec-converter">api-spec-converter</a> (together with <a href="http://lucybot.com/">LucyBot</a>)</li>
125+
<li><a href="https://github.com/apigee-127/swagger-converter">swagger-converter</a> (together with <a href="http://apigee.com/">Apigee</a>)</li>
126+
<li><a href="https://github.com/Rebilly/ReDoc">ReDoc</a> (sponsored by <a href="https://www.rebilly.com/">Rebilly</a>)</li>
127+
<li><a href="https://github.com/Rebilly/generator-openapi-repo">generator-openapi-repo</a> (sponsored by <a href="https://www.rebilly.com/">Rebilly</a>)</li>
139128
</ul>
140129

141130
<h2>Team</h2>
@@ -181,7 +170,7 @@ <h2>Contacts</h2>
181170
</li>
182171

183172
<li>
184-
© 2017 APIs.guru All rights reserved.
173+
© 2016 APIs.guru All rights reserved.
185174
</li>
186175
</ul>
187176
<div>

add-api/index.html

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!-- CSS -->
1414
<!-- inject:css -->
15-
<link rel="stylesheet" href="/assets/stylesheets/style-c87e88217f.min.css">
15+
<link rel="stylesheet" href="/assets/stylesheets/style-1b8cb0b75f.min.css">
1616
<!-- endinject -->
1717

1818
<!-- Icons -->
@@ -104,14 +104,14 @@
104104
<div class="wrapper">
105105
<h1> Add API </h1>
106106
<div class="description">
107-
<p>This page is help you to submit your API into APIs.guru
108-
collection. The most important requirment is presence of machine-readable
109-
API specification in one of the popular format, such as: OpenAPI(fka Swagger),
107+
<p>This page is help you to submit your API into the APIs.guru
108+
directory. The most important requirement is the presence of a machine-readable
109+
API specification in one of the popular formats, such as: OpenAPI(fka Swagger),
110110
RAML, WADL, etc. </p>
111111
<p><strong> Important note:</strong> we only aggregate API specs, not host them.
112-
So please, provide us with stable URL to the spec. We will use it to keep your spec
112+
So please, provide us with a stable URL to the spec. We will use it to keep your spec
113113
up to date: see our <a href="https://github.com/APIs-guru/api-models#update-procedure">
114-
update procedure </a></p>
114+
update procedure </a>.</p>
115115
</div>
116116
<form id="add_api_form">
117117
<label class="group-label label-required">Format of the spec:</label>
@@ -126,6 +126,11 @@ <h1> Add API </h1>
126126
<input type="radio" name="spec-format" value="OpenAPI(fka Swagger) 2.0"/>
127127
<div class="control__indicator"></div>
128128
</label>
129+
<label class="control control--radio">
130+
<a target="_blank" href="https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md"> OpenAPI 3.0</a>
131+
<input type="radio" name="spec-format" value="OpenAPI 3.0"/>
132+
<div class="control__indicator"></div>
133+
</label>
129134
<label class="control control--radio">
130135
<a target="_blank" href="https://github.com/mashery/iodocs"> I/O Docs </a>
131136
<input type="radio" name="spec-format" value="I/O Docs"/>

api-doc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!-- CSS -->
1414
<!-- inject:css -->
15-
<link rel="stylesheet" href="/assets/stylesheets/style-c87e88217f.min.css">
15+
<link rel="stylesheet" href="/assets/stylesheets/style-1b8cb0b75f.min.css">
1616
<!-- endinject -->
1717

1818
<!-- Icons -->

archive/2014/03/index.html

Lines changed: 166 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,166 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1">
8+
9+
<title>APIs.guru - Wikipedia for WEB APIs</title>
10+
<meta name="description" content="Our goal is to create a machine-readable Wikipedia for WEB APIs. If you have an API spec in any format (OpenAPI, Swagger, RAML, WADL, API Blueprint etc) for any public API, please, feel free to open an issue">
11+
<link rel="canonical" href="https://APIs.guru/archive/2014/03/">
12+
13+
<!-- CSS -->
14+
<!-- inject:css -->
15+
<link rel="stylesheet" href="/assets/stylesheets/style.css">
16+
<!-- endinject -->
17+
18+
<!-- Icons -->
19+
<link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicons/icon-32x32.png">
20+
<link rel="icon" type="image/png" sizes="96x96" href="/assets/images/favicons/icon-96x96.png">
21+
<link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicons/icon-16x16.png">
22+
<!-- RSS -->
23+
<link type="application/atom+xml" rel="alternate" href="https://APIs.guru/feed.xml" title="APIs.guru - Wikipedia for WEB APIs" />
24+
25+
<!-- SEO -->
26+
<!-- Begin Jekyll SEO tag v1.4.0 -->
27+
<title>APIs.guru - Wikipedia for WEB APIs - Our goal is to create a machine-readable Wikipedia for WEB APIs. If you have an API spec in any format (OpenAPI, Swagger, RAML, WADL, API Blueprint etc) for any public API, please, feel free to open an issue</title>
28+
<meta property="og:title" content="APIs.guru - Wikipedia for WEB APIs" />
29+
<meta name="description" content="Our goal is to create a machine-readable Wikipedia for WEB APIs. If you have an API spec in any format (OpenAPI, Swagger, RAML, WADL, API Blueprint etc) for any public API, please, feel free to open an issue" />
30+
<meta property="og:description" content="Our goal is to create a machine-readable Wikipedia for WEB APIs. If you have an API spec in any format (OpenAPI, Swagger, RAML, WADL, API Blueprint etc) for any public API, please, feel free to open an issue" />
31+
<link rel="canonical" href="https://APIs.guru/archive/2014/03/" />
32+
<meta property="og:url" content="https://APIs.guru/archive/2014/03/" />
33+
<meta property="og:site_name" content="APIs.guru - Wikipedia for WEB APIs" />
34+
<meta property="og:type" content="article" />
35+
<meta property="article:published_time" content="2014-03-01T00:00:00+02:00" />
36+
<script type="application/ld+json">
37+
{
38+
"@context": "http://schema.org",
39+
"@type": "BlogPosting",
40+
"headline": "APIs.guru - Wikipedia for WEB APIs",
41+
"datePublished": "2014-03-01T00:00:00+02:00",
42+
"description": "Our goal is to create a machine-readable Wikipedia for WEB APIs. If you have an API spec in any format (OpenAPI, Swagger, RAML, WADL, API Blueprint etc) for any public API, please, feel free to open an issue",
43+
"url": "https://APIs.guru/archive/2014/03/"
44+
}
45+
</script>
46+
<!-- End Jekyll SEO tag -->
47+
48+
</head>
49+
50+
<body>
51+
52+
<div class="mobile-header">
53+
<div class="toggle-button">
54+
<span></span>
55+
<span></span>
56+
<span></span>
57+
<span></span>
58+
</div>
59+
<div class="logo"> APIS.GURU </div>
60+
</div>
61+
<header class="site-header" id="menu">
62+
<nav class="site-nav">
63+
64+
65+
66+
67+
68+
69+
70+
71+
<a class="page-link" href="/">Home</a>
72+
73+
74+
75+
76+
77+
<a class="page-link" href="/browse-apis/">Browse APIs</a>
78+
79+
80+
81+
82+
83+
<a class="page-link" href="/api-doc/">Our API</a>
84+
85+
86+
87+
88+
89+
<a class="page-link" href="/about/">About</a>
90+
91+
92+
93+
</nav>
94+
</header>
95+
96+
97+
<div class="page-content" id="content">
98+
<div class="wrapper">
99+
<h1>Archive of posts from March 2014</h1>
100+
101+
<ul class="posts">
102+
103+
<li>
104+
<span class="post-date">Mar 1, 2014</span>
105+
<a class="post-link" href="/jekyll/example/2014/03/01/example-content/">Example content</a>
106+
</li>
107+
108+
</ul>
109+
110+
</div>
111+
112+
</div>
113+
114+
<footer class="site-footer">
115+
116+
<div class="wrapper">
117+
118+
<ul class="social-media-list">
119+
120+
<li>
121+
<a href="https://github.com/APIs-guru/api-models"><span class="icon icon--github"><svg viewBox="0 0 16 16"><path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"/></svg>
122+
</span><span class="username">git.io/APIs.guru</span></a>
123+
124+
</li>
125+
126+
127+
128+
<li>
129+
<a href="https://twitter.com/APIs_guru"><span class="icon icon--twitter"><svg viewBox="0 0 16 16"><path fill="#828282" d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809c-0.632,0.375-1.332,0.647-2.076,0.793c-0.596-0.636-1.446-1.033-2.387-1.033c-1.806,0-3.27,1.464-3.27,3.27 c0,0.256,0.029,0.506,0.085,0.745C5.163,5.404,2.753,4.102,1.14,2.124C0.859,2.607,0.698,3.168,0.698,3.767 c0,1.134,0.577,2.135,1.455,2.722C1.616,6.472,1.112,6.325,0.671,6.08c0,0.014,0,0.027,0,0.041c0,1.584,1.127,2.906,2.623,3.206 C3.02,9.402,2.731,9.442,2.433,9.442c-0.211,0-0.416-0.021-0.615-0.059c0.416,1.299,1.624,2.245,3.055,2.271 c-1.119,0.877-2.529,1.4-4.061,1.4c-0.264,0-0.524-0.015-0.78-0.046c1.447,0.928,3.166,1.469,5.013,1.469 c6.015,0,9.304-4.983,9.304-9.304c0-0.142-0.003-0.283-0.009-0.423C14.976,4.29,15.531,3.714,15.969,3.058z"/></svg>
130+
</span><span class="username">APIs_guru</span></a>
131+
132+
</li>
133+
134+
<li>
135+
© 2016 APIs.guru All rights reserved.
136+
</li>
137+
</ul>
138+
<div>
139+
140+
</div>
141+
142+
</footer>
143+
144+
145+
<!-- JS -->
146+
<script src="https://cdnjs.cloudflare.com/ajax/libs/slideout/0.1.12/slideout.js"></script>
147+
<!-- inject:js -->
148+
<script src="/assets/javascript/apis.js"></script>
149+
<script src="/assets/javascript/index.js"></script>
150+
<!-- endinject -->
151+
152+
<script>
153+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
154+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
155+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
156+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
157+
158+
ga('create', 'UA-77831907-1', 'auto');
159+
ga('send', 'pageview');
160+
161+
</script>
162+
163+
164+
</body>
165+
166+
</html>

0 commit comments

Comments
 (0)