<repositories>
<repository>
<id>joshicodes-de-releases</id>
<name>JoshiCodes Repository</name>
<url>https://repo.joshicodes.de/releases</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>de.joshicodes</groupId>
<artifactId>AGHPB4J</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
"Big" Changes
- All Requests now respect rate limits instead of throwing random, hard to read errors
- AGHPB#retrieveRandomBook now has its own ActionType, which can be modified
- AGHPB#retrieveBook now uses the correct api url
- The Code is a bit cleaner now