Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
303 lines (285 loc) · 11.5 KB
/
Copy pathindex.html
File metadata and controls
303 lines (285 loc) · 11.5 KB
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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
---
redirect_from: "/about.html"
---
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="utf-8">
<metahttp-equiv="X-UA-Compatible" content="IE=edge">
<metaname="viewport" content="width=device-width, initial-scale=1">
<metaname="description" content="GwentAPI - RESTful API for Gwent">
<metaname="author" content="Tristan Savaria">
<title>GwentAPI</title>
<scriptsrc="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<scriptsrc="./js/knockout-3.4.2.js"></script>
<scriptsrc="./js/knockout.mapping-2.4.1.js"></script>
<!--Import Google Icon Font-->
<linkhref="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Compiled and minified CSS -->
<linkrel="stylesheet" href="./css/materialize.min.css">
<linkrel="stylesheet" href="./css/prism.css">
<linkrel="stylesheet" href="./css/index.css">
<!-- Compiled and minified JavaScript -->
<scriptsrc="./js/materialize.min.js"></script>
<scriptsrc="./js/prism.js"></script>
<!--Let browser know website is optimized for mobile-->
<metaname="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<header>
<divid="topMessage" class="red accent-4">
<pclass="center white-text">The website is no longer maintained</p>
</div>
<!-- Navigation -->
<navclass="light-blue lighten-1" role="navigation">
<divclass="nav-wrapper container">
<ahref="./index.html" class="brand-logo">GwentAPI<spanid="version" class="new badge teal" data-badge-caption=""></span></a>
<ahref="#" data-activates="nav-mobile" class="button-collapse"><iclass="material-icons">menu</i></a>
<ulclass="right hide-on-med-and-down">
<li>
<ahref="./swagger/index.html">API Documentation</a>
</li>
<li>
<ahref="#">Examples<spanclass="new badge teal" data-badge-caption="Coming Soon"></span></a>
</li>
<li>
<aclass="modal-trigger" href="#contactModal">Contact</a>
</li>
</ul>
<ulid="nav-mobile" class="side-nav">
<li>
<ahref="./swagger/index.html">API Documentation</a>
</li>
<li>
<ahref="#">Examples<spanclass="new badge teal" data-badge-caption="Coming Soon"></span></a>
</li>
<li>
<aclass="modal-trigger" href="#contactModal">Contact</a>
</li>
</ul>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
</header>
<divclass="container">
<divclass="section no-pad-bot">
<h1class="header center">GwentAPI<sup>Beta</sup></h1>
<divclass="row center">
<h5class="header col s12 light">RESTful API for GWENT®: The Witcher Card Game</h5>
<h5class="header col s12 light">Created by the community for the community</h5>
</div>
</div>
<br>
<br>
</div>
<divclass="container">
<divclass="section">
<divclass="row">
<divclass="col s12 m4">
<divclass="center icon-block">
<h2class="light-blue-text">
<iclass="medium material-icons">flash_on</i>
</h2>
<h5>Speeds up development</h5>
<pclass="light">
We did most of the heavy lifting for you to provide all the essential data. Just connect to the API and start developing your app straight away.
</p>
</div>
</div>
<divclass="col s12 m4">
<divclass="center icon-block">
<h2class="light-blue-text">
<iclass="medium material-icons">group</i>
</h2>
<h5>User Experience Focused</h5>
<pclass="light">
By listening and working closely with the community, we are able to develop the best service to meet your needs.
</p>
</div>
</div>
<divclass="col s12 m4">
<divclass="center icon-block">
<h2class="light-blue-text">
<iclass="medium material-icons">settings</i>
</h2>
<h5>Easy to use</h5>
<pclass="light">
With our well documented HATEOAS architecture, starting to use GwentAPI is as easy as pie.
</p>
</div>
</div>
</div>
</div>
</div>
<divclass="container">
<divid="features" class="row">
<divclass="col s12 center">
<h3class="light-blue lighten-1 white-text">Features</h3>
<p>You can access the API at <ahref="https://api.gwentapi.com/v0">api.gwentapi.com/v0</a>
</p>
</div>
<divclass="col s12 m6">
<divclass="card-panel orange darken-1 white-text">
<h4>List all cards</h4>
</div>
</div>
<divclass="col s12 m6">
<divclass="card-panel orange darken-1 white-text">
<h4>Retrieve a specific card</h4>
</div>
</div>
<divclass="col s12 m6">
<divclass="card-panel orange darken-1 white-text">
<h4>Search a card by name</h4>
</div>
</div>
<divclass="col s12 m6">
<divclass="card-panel orange darken-1 white-text">
<h4>Retrieve every card from a faction</h4>
</div>
</div>
<divclass="col s12 m6">
<divclass="card-panel orange darken-1 white-text">
<h4>Obtain the card artworks</h4>
</div>
</div>
<divclass="col s12 m6">
<divclass="card-panel orange darken-1 white-text">
<h4>Retrieve every card of a specific rarity</h4>
</div>
</div>
<divclass="col s12 m6">
<divclass="card-panel orange darken-1 white-text">
<h4>Available in 9 languages</h4>
</div>
</div>
<divclass="col s12 m6">
<divclass="card-panel orange darken-1 white-text">
<h4>And many more features!</h4>
</div>
</div>
</div>
</div>
<!-- Page Content -->
<divclass="container">
<!-- /.row -->
<divclass="row">
<divclass="col s12 center">
<div>
<ulid="staggered-getStarted">
<li>
<h3class="grey lighten-3">How to get started?</h3>
</li>
<li>
<h5class="header light">Read the API documentation</h5>
</li>
<li>
<ahref="./swagger/index.html" class="waves-effect waves-light btn pulse">Doc</a>
</li>
<li>
<h5class="header light">
<ahref="https://api.gwentapi.com/v0">Access the API</a>
</h5>
</li>
<li>
<h5class="header col s12 light">Or use a client library</h5>
<p><ahref="https://github.com/Zhouzi/gwent-api-client">gwent-api-client by Zhouzi</a></p>
</li>
</ul>
</div>
</div>
</div>
<!-- /.row -->
</div>
<divclass="section no-pad-bot light-blue lighten-1 white-text">
<divclass="container">
<divclass="row center">
<h5class="header col s12 light">How is GwentAPI built?</h5>
<ul>
<li>The core of the service is built around a Go application</li>
<li>Proxied by Nginx</li>
<li>Hosted by DigitalOcean</li>
<li>With data stored inside a mongoDB cluster</li>
<li>Everything delivered to you with little delay thanks to CloudFlare</li>
</ul>
<br>
<br>
</div>
</div>
</div>
<!-- /.container -->
<divclass="section no-pad-bot grey lighten-3">
<divclass="container">
<divclass="row center">
<h5class="header col s12 light">Want to contribute?</h5>
<ahref="https://github.com/GwentAPI/gwentapi" class="waves-effect waves-light btn">GitHub</a>
<br>
<br>
</div>
</div>
</div>
<footerclass="page-footer grey darken-3">
<divclass="container">
<divclass="row center">
<divclass="col s12">
<h5class="white-text">You can follow GwentAPI</h5>
<ul>
<li>
<ahref="https://twitter.com/GwentAPI" class="twitter-follow-button" data-show-screen-name="false" data-show-count="false">Follow @GwentAPI</a>
<scriptasyncsrc="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<!-- Place this tag where you want the button to render. -->
<aclass="github-button" href="https://github.com/tri125" aria-label="Follow @tri125 on GitHub">Follow @tri125</a>
</li>
</ul>
</div>
</div>
<!-- /.row -->
</div>
<divclass="footer-copyright grey darken-3">
<divclass="container">
<ul>
<li>
GwentAPI is an independant project created by fans and is not associated or endorsed by CD Projekt RED.
</li>
<li>
Disclaimer: The textual information and all images presented through this API about GWENT®: The Witcher Card Game is copyrighted by CD Projekt RED.
</li>
</ul>
</div>
</div>
</footer>
<!-- Modal Structure -->
<divid="contactModal" class="modal">
<divclass="modal-content">
<h4>Contact</h4>
<ul>
<li>
<p>
Because the project is no longer maintained, our emails and social media handles are no longer read. They are kept here for archival purposes.
</p>
</li>
<li>
<p>
<ahref="https://twitter.com/GwentAPI">@GwentAPI</a>.
</p>
</li>
<li>
<p>
Via email <ahref="mailto:api.gwent@gmail.com">here</a>.
</p>
</li>
<li>
<p>
For bug report, reporting erroneous data or to request a feature, open a ticket on the
<ahref="https://github.com/GwentAPI/gwentapi/issues">project</a> page.
</p>
</li>
</ul>
</div>
</div>
<scriptsrc="./js/index.js"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<scriptasyncdefersrc="https://buttons.github.io/buttons.js"></script>
</body>
</html>