forked from swagger-api/swagger.io-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
213 lines (187 loc) · 10.8 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE HTML>
<html>
<head>
<meta name="google-site-verification" content="Ioiib8WQ4xfpq351YYabf5pJ3xYxERjTv68BAE6woOU" />
<title>Swagger 2.0</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
<!-- Carousel Stuff -->
<link rel="stylesheet" href="owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="owl-carousel/owl.theme.css">
<script src="owl-carousel/jquery-1.9.1.min.js"></script>
<script src="owl-carousel/owl.carousel.js"></script>
<!-- /Carousel Stuff -->
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body class="homepage">
<!-- Header -->
<div id="header-wrapper">
<div id="header" class="container">
<!-- Logo -->
<img src="images/swaggerLogo360.png" id="homeLogo" />
<h1 id="logo"><a href="index.html">Swagger</a></h1>
<p>The World's Most Popular Framework for APIs.</p>
</div>
</div>
<!-- Features -->
<div id="features-wrapper">
<section id="features" class="container">
<header>
<h2>A Powerful Interface to your API</h2>
</header>
<div class="row">
<p>Swagger is a simple yet powerful representation of your RESTful API. With the largest ecosystem of API tooling on the planet, thousands of developers are supporting Swagger in almost every modern programming language and deployment environment. With a Swagger-enabled API, you get interactive documentation, client SDK generation and discoverability.</p>
<p>We created Swagger to help fulfill the promise of APIs. Swagger helps companies like Apigee, Getty Images, Intuit, LivingSocial, McKesson, Microsoft, Morningstar, and PayPal build the best possible services with RESTful APIs.</p>
<p>Now in version 2.0, Swagger is more enabling than ever. And it's 100% open source software.</p>
</div>
</section>
</div>
<!-- Banner -->
<div id="banner-wrapper">
<div class="inner">
<section id="banner" class="container">
<div id="carousel" class="owl-carousel">
<div class="item">
<p>“Swagger gives us all the tools we need to build and manage our REST API and documentation. All the details are handled in the toolchain so we can focus on the technical complexities we have.”</p>
<p class="attribution">— Aaron Schlesinger, Sr. member of the technical staff, PayPal</p>
</div>
<div class="item">
<p>“Swagger already dominated the API description landscape. The new YAML syntax brings an API design-first workflow, making Swagger even more compelling.”</p>
<p class="attribution">- Ed Anuff, VP Product Strategy, Apigee</p>
</div>
<div class="item">
<p>“It's the best kind of open source project, one that was created to fill a real need then had broad enough appeal that the wider community has embraced and evolved it.”</p>
<p class="attribution">- Paul Hill, Architect, KIXEYE</p>
</div>
<div class="item">
<p>“The Swagger 2.0 working group brought some of the best minds in the API community into a remarkably open and efficient design process.”</p>
<p class="attribution">- Ted Epstein, Founder & CEO, ModelSolv</p>
</div>
</div>
</section>
</div>
</div>
<!-- Main -->
<div id="main-wrapper">
<div id="main" class="container">
<header>
<h2>Swagger Tools & Resources</h2>
</header>
<div class="row">
<!-- Content -->
<div id="content" class="6u">
<!-- Post -->
<article class="box post">
<h3>Tools</h3>
<a target="_blank" href="https://github.com/swagger-api/swagger-ui" class="image left"><img src="images/swagger-ui.png" alt="Swagger UI" border="none" /></a>
<h4><a target="_blank" href="https://github.com/swagger-api/swagger-ui">Swagger UI</a></h4>
<p>Use a Swagger specification to drive your API documentation. <a target="_blank" href="http://petstore.swagger.io">Demo</a> and <a target="_blank" href="https://github.com/swagger-api/swagger-ui">Download</a>.</p>
<br class="clear" />
<a target="_blank" href="http://editor.swagger.io" class="image left"><img src="images/swagger-editor.png" alt="Swagger Editor" border="none" /></a>
<h4><a target="_blank" href="http://editor.swagger.io">Swagger Editor</a></h4>
<p>An editor for designing Swagger specifications from scratch, using a simple YAML structure. <a target="_blank" href="http://editor.swagger.io">Demo</a> and <a target="_blank" href="https://github.com/swagger-api/swagger-editor">Source</a>.</p>
<br class="clear" />
<a target="_blank" href="https://github.com/swagger-api/swagger-codegen" class="image left"><img src="images/sdk-generators.png" alt="SDK Generators" border="none" /></a>
<h4><a target="_blank" href="https://github.com/swagger-api/swagger-codegen">SDK Generators</a></h4>
<p>Turn an API spec into client SDKs or server-side code with <a target="_blank" href="https://github.com/swagger-api/swagger-codegen">Swagger Codegen</a>.</p>
<br class="clear" />
</article>
</div>
<!-- Sidebar -->
<div id="sidebar" class="6u">
<article class="box post">
<h3>Resources</h3>
<a target="_blank" href="https://github.com/swagger-api/swagger-spec#additional-libraries" class="image left"><img src="images/githubLogo.png" alt="" /></a><h4><a target="_blank" href="https://github.com/swagger-api/swagger-spec#additional-libraries">Server Integrations</a></h4>
<p>Dozens of integration options for putting Swagger in your API, from both SmartBear and the community. Pick your language, framework and <a target="_blank" href="https://github.com/swagger-api/swagger-spec#additional-libraries">get started!</a>. </p>
<br class="clear" />
<a target="_blank" href="https://github.com/swagger-api/swagger-spec/wiki/Sites-and-Services" class="image left"><img src="images/services.png" alt="" /></a><h4><a target="_blank" href="https://github.com/swagger-api/swagger-spec/wiki/Sites-and-Services">Services</a></h4>
<p>From API management to Platform as a Service, there are a number of services tightly integrated with Swagger. <a target="_blank" href="https://github.com/swagger-api/swagger-spec/wiki/Sites-and-Services">See more</a>. </p>
<br class="clear" />
</article>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer-wrapper">
<div id="footer" class="container">
<header>
<h2>Want to try Swagger, or contact the people who make it?</h2>
</header>
<div class="row">
<div class="6u">
<section>
<p>Learn about the Swagger 2.0 specification: <a href="https://github.com/swagger-api/swagger-spec">https://github.com/swagger-api/swagger-spec</a>.</p>
<p>You can check out a live demo of Swagger here: <a href="http://petstore.swagger.io/">http://petstore.swagger.io/</a>.</p>
<p>Interested in commercial support for Swagger? We can help—enquire here: <a href="mailto:[email protected]">[email protected]</a></p>
<p>Questions? Ask them on our <a href="https://groups.google.com/forum/#!forum/swagger-swaggersocket">Google Group</a> or in #swagger on <a href="http://webchat.freenode.net/?channels=swagger">freenode</a>.</p>
</section>
</div>
<div class="6u">
<section>
<p>Swagger is brought to you by the folks at <a href="https://www.smartbear.com">SmartBear</a>.</p>
<div class="row">
<ul class="icons 6u">
<li class="icon fa-home">
450 Artisan Way<br/>
Somerville MA 02145<br />
USA
</li>
<li class="icon fa-envelope">
<a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
<ul class="icons 6u">
<li class="icon fa-twitter">
<a href="https://twitter.com/@SwaggerApi">@SwaggerApi</a>
</li>
</ul>
</div>
</section>
</div>
</div>
</div>
<div id="copyright" class="container">
<ul class="links">
<li> © 2015 Swagger. All rights reserved.</li><li>Template: <a href="http://html5up.net">HTML5 UP</a></li><li></li>
</ul>
</div>
</div>
<script>
$(document).ready(function() {
$("#carousel").owlCarousel({
autoPlay: 6000,
navigation : false,
slideSpeed : 300,
paginationSpeed : 700,
singleItem : true
});
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51231036-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>