forked from botblock/JavaBotBlockAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
133 lines (121 loc) · 6.57 KB
/
index.html
File metadata and controls
133 lines (121 loc) · 6.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Page settings -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Basic Info -->
<meta name="description" content="Home of the Javadocs of JavaBotBlockAPI!">
<meta name="author" content="Andre_601">
<meta name="theme-color" content="#34495E">
<!-- Twitter Info -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="JavaBotBlockAPI">
<meta name="twitter:description" content="Java Wrapper for the BotBlock API">
<meta name="twitter:image" content="assets/img/jbba.png">
<!-- OpenGraph Info -->
<meta property="og:site_name" content="JavaBotBlockAPI">
<meta property="og:title" content="JavaBotBlockAPI">
<meta property="og:url" content="https://jbba.dev">
<meta property="og:description" content="Java Wrapper for the BotBlock API">
<meta property="og:image" content="assets/img/jbba.png">
<!-- Page Properties -->
<title>JavaBotBlockAPI | Java Wrapper for the BotBlock API</title>
<link rel="icon" href="assets/img/jbba.png">
<!-- Stylesheets -->
<link rel="stylesheet" href="https://botblock.org/assets/css/style.min.css">
<style>
a {
color: #4fc0e9
}
a:hover {
color: #FFFFFF
}
</style>
</head>
<body>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="container"><a class="navbar-burger" role="button" aria-label="menu" aria-expanded="false"><span
aria-hidden="true"></span><span aria-hidden="true"></span><span aria-hidden="true"></span></a></div>
</nav>
<aside class="menu is-box-shadow" role="navigation" aria-label="main navigation">
<ul class="menu-list section">
<li>
<p class="menu-label brand"><img src="assets/img/jbba.png" alt=""><span>JavaBotBlockAPI</span></p>
</li>
<li><a href="https://botblock.org">BotBlock Website</a></li>
<li>
<p class="menu-label">Docs</p>
<ul class="menu-list">
<li><a href="https://botblock.org/api/docs">BotBlock Docs</a>
<p class="menu-label">Modules</p>
<ul class="menu-list">
<li><a href="core">Core</a></li>
<li><a href="javacord">Javacord</a></li>
<li><a href="jda">JDA</a></li>
<li><a href="request">Request</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="https://botblock.org/discord" target="_blank">Discord Server (BotBlock)</a></li>
<li><a href="https://discord.gg/6dazXp6" target="_blank">Discord Server (JavaBotBlockAPI)</a> </li>
</ul>
</aside>
<main>
<section class="section">
<div class="container">
<div class="hero">
<div class="hero-body has-text-centered">
<h1 class="title is-size-1">JavaBotBlockAPI</h1>
</div>
</div>
<div class="columns">
<div class="column">
<div class="card is-box-shadow">
<div class="card-content">
<div class="content has-text-white is-white">
<h2>About</h2>
<p>JavaBotBlockAPI is the official Java Wrapper for the <a href="https://botblock.org" target="_blank">BotBlock API</a>.
<br>It supports all GET and POST requests that the BotBlock API offers.
<h2>Modules</h2>
<p>The Wrapper is split up into different modules to allow you more control about what you need.
<br>Current modules incude:
<ul>
<li><code><a href="core">Core</a></code> The main module needed for everything else.</li>
<li><code><a href="javacord">Javacord</a></code> Module to add support for the <a href="https://github.com/Javacord/Javacord" target="_blank">Javacord</a> Library</li>
<li><code><a href="jda">JDA</a></code> Module to add support for the <a href="https://github.com/DV8FromTheWorld/JDA" target="_blank">JDA</a> Library</li>
<li><code><a href="request">Request</a></code> Module for GET and POST requests from/to the BotBlock API. Javacord and JDA Module depend on this.</li>
</ul>
<h2>Support</h2>
<p>If you require support with this Wrapper, join <a href="https://discord.gg/6dazXp6" target="_blank">Andre's Support Server</a>.
<br>For help regarding the BotBlock API itself should you join the <a href="https://botblock.org/discord" target="_blank">BotBlock Discord Server</a>.
<br>The BotBlock Discord also has a <code>#api</code> Channel where you can ask for support regarding this wrapper.
<p><b>Do NOT contact (Ping or DM) BotBlock Staff for questions regarding this wrapper!</b>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="footer navbar is-spaced is-box-shadow">
<nav class="breadcrumb has-arrow-separator" aria-label="breadcrumbs">
<ul>
<li><a href="https://botblock.org">BotBlock</a></li>
<li><a href="https://docs.botblock.org">docs.botblock.org</a></li>
<li><a href="https://docs.botblock.org/JavaBotBlockAPI">JavaBotBlockAPI</a> </li>
</ul>
<ul class="right-links">
<li><a href="https://github.com/botblock/JavaBotBlockAPI/blob/master/LICENSE" target="_blank">License</a></li>
<li><a href="https://github.com/botblock/JavaBotBlockAPI" target="_blank">GitHub</a></li>
<li><a href="https://github.com/botblock/JavaBotBlockAPI/blob/development/docs/index.html" target="_blank">Improve this page!</a></li>
</ul>
</nav>
</div>
</main>
<script src="https://botblock.org/assets/js/lazyimages.js"></script>
<script src="https://botblock.org/assets/js/main.js"></script>
</body>
</html>