You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tdclass="colFirst"><ahref="com/andre601/javabotblockapi/exceptions/RatelimitedException.html" title="class in com.andre601.javabotblockapi.exceptions">RatelimitedException</a></td>
127
+
<tdclass="colFirst"><ahref="com/andre601/javabotblockapi/requests/GetAction.html" title="class in com.andre601.javabotblockapi.requests">GetAction</a></td>
129
128
<thclass="colLast" scope="row">
130
-
<divclass="block">Used when the Wrapper gets ratelimited by the BotBlockAPI.</div>
129
+
<divclass="block">Class to perform GET actions with.</div>
131
130
</th>
132
131
</tr>
133
132
<trid="i3" class="rowColor">
134
-
<tdclass="colFirst"><ahref="com/andre601/javabotblockapi/RequestHandler.html" title="class in com.andre601.javabotblockapi">RequestHandler</a></td>
133
+
<tdclass="colFirst"><ahref="com/andre601/javabotblockapi/requests/PostAction.html" title="class in com.andre601.javabotblockapi.requests">PostAction</a></td>
135
134
<thclass="colLast" scope="row">
136
-
<divclass="block">Class to handle post-requests to the <ahref="https://botblock.org" target="_blank">BotBlock API</a>.</div>
135
+
<divclass="block">Class to perform post actions with.</div>
137
136
</th>
138
137
</tr>
139
138
<trid="i4" class="altColor">
139
+
<tdclass="colFirst"><ahref="com/andre601/javabotblockapi/exceptions/RatelimitedException.html" title="class in com.andre601.javabotblockapi.exceptions">RatelimitedException</a></td>
140
+
<thclass="colLast" scope="row">
141
+
<divclass="block">Used when the Wrapper gets ratelimited by the BotBlockAPI.</div>
142
+
</th>
143
+
</tr>
144
+
<trid="i5" class="rowColor">
145
+
<tdclass="colFirst"><ahref="com/andre601/javabotblockapi/RequestHandler.html" title="class in com.andre601.javabotblockapi">RequestHandler</a></td>
146
+
<thclass="colLast" scope="row">Deprecated.
147
+
<divclass="deprecationComment">Use <ahref="com/andre601/javabotblockapi/requests/PostAction.html" title="class in com.andre601.javabotblockapi.requests"><code>PostAction</code></a> or <ahref="com/andre601/javabotblockapi/requests/GetAction.html" title="class in com.andre601.javabotblockapi.requests"><code>GetAction</code></a> respectively.</div>
148
+
</th>
149
+
</tr>
150
+
<trid="i6" class="altColor">
140
151
<tdclass="colFirst"><ahref="com/andre601/javabotblockapi/Site.html" title="enum in com.andre601.javabotblockapi">Site</a></td>
141
152
<thclass="colLast" scope="row">
142
-
<divclass="block">Enum class with all currently supported sites of BotBlock.org.</div>
153
+
<divclass="block">Enum class containing all sites currently supported by BotBlock.org.</div>
<li><ahref="com/andre601/javabotblockapi/BotBlockAPI.html" title="class in com.andre601.javabotblockapi">BotBlockAPI</a></li>
26
26
<li><ahref="com/andre601/javabotblockapi/BotBlockAPI.Builder.html" title="class in com.andre601.javabotblockapi">BotBlockAPI.Builder</a></li>
27
+
<li><ahref="com/andre601/javabotblockapi/requests/GetAction.html" title="class in com.andre601.javabotblockapi.requests">GetAction</a></li>
28
+
<li><ahref="com/andre601/javabotblockapi/requests/PostAction.html" title="class in com.andre601.javabotblockapi.requests">PostAction</a></li>
27
29
<li><ahref="com/andre601/javabotblockapi/exceptions/RatelimitedException.html" title="class in com.andre601.javabotblockapi.exceptions">RatelimitedException</a></li>
28
30
<li><ahref="com/andre601/javabotblockapi/RequestHandler.html" title="class in com.andre601.javabotblockapi">RequestHandler</a></li>
29
31
<li><ahref="com/andre601/javabotblockapi/Site.html" title="enum in com.andre601.javabotblockapi">Site</a></li>
0 commit comments