Skip to content

Commit 1a770b8

Browse files
committed
Add links to used libraries.
1 parent 79bb74a commit 1a770b8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010

1111
[image]: https://raw.githubusercontent.com/botblock/JavaBotBlockAPI/master/src/main/resources/JavaBotBlockAPI.png
1212

13+
[JDA]: https://github.com/DV8FromTheWorld/JDA
14+
[OkHttp]: https://github.com/square/okhttp/
15+
[JSON]: https://json.org
16+
[JetBrains annotations]: https://github.com/JetBrains/java-annotations
17+
[Caffeine]: https://github.com/ben-manes/caffeine
18+
1319
![image]
1420

1521
JavaBotBlockAPI is a continued and updated Java Wrapper for [BotBlock], a website that makes it possible to update guild counts on multiple lists with one API.
@@ -207,6 +213,16 @@ This shouldn't be the case with auto-posting since it has a minimum delay of 1 m
207213
- `NullPointerException`
208214
Thrown when BotBlock.org sends an empty response, meaning something got messed up on their side.
209215

216+
# Libraries
217+
JavaBotBlockAPI utilizes different APIs to provide the functionality it offers right now.
218+
We have a list of those libraries listed here.
219+
- [JDA] - Java library used for creating bots.
220+
- [OkHttp] - Library for creating and managing http requests.
221+
- [JSON] - Used for JSON management.
222+
- [JetBrains annotations] - Used for annotations like `@NotNull` or `@Nullable`.
223+
- [Caffeine] - Library used for caching.
224+
225+
210226
# Links
211227
Here are some useful links:
212228
- [BotBlock.org][BotBlock] Site for which this wrapper was made.

0 commit comments

Comments
 (0)