Releases: botblock/JavaBotBlockAPI
v5.1.3: Updated Dependencies
Updated JDA from 4.1.0_99
to 4.1.0_100
Installation
Gradle
Use this in your build.gradle
dependencies{
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '5.1.3'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.1.3</version>
</dependency>
</dependencies>
v5.1.2: Updated BotBlockAPI
It is now checked if the provided Map in the BotBlockAPI constructor is empty and throws an IllegalArgumentException when this is the case.
The updateDelay Integer is now also @NotNull
Installation
Gradle
Use this in your build.gradle
dependencies{
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '5.1.2'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.1.2</version>
</dependency>
</dependencies>
v5.1.1: Readded GLENNBOTLIST_XYZ
This update readds GLENNBOTLIST_XYZ
to the Site-enum since they now allow posting Guild counts to their site.
Installation
Gradle
Use this in your build.gradle
dependencies{
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '5.1.1'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.1.1</version>
</dependency>
</dependencies>
v5.1.0: Removed GetAction
GetAction
was now removed!
If you used it, switch to either GetBotAction
or GetListAction
depending on what you used.
Installation
Gradle
Use this in your build.gradle
dependencies{
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '5.1.0'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.1.0</version>
</dependency>
</dependencies>
5.0.5: 2nd attempt on adding zip-files
If everything works well should this release contain a zip with the generated jar-files in it.
Installation
Gradle
Use this in your build.gradle
dependencies{
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '5.0.5'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.0.5</version>
</dependency>
</dependencies>
5.0.4: Adding zip to releases
If everything works well should this release contain a zip with the generated jar-files in it.
Installation
Gradle
Use this in your build.gradle
dependencies{
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '5.0.4'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.0.4</version>
</dependency>
</dependencies>
debugging
v5.0.2: Change DeprecatedSince annotation
Minor changes to the @DeprecatedSince
annotation.
Installation
Gradle
Use this in your build.gradle
dependencies{
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '5.0.2'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.0.2</version>
</dependency>
</dependencies>
v5.0.1: getFilteredList renamed
Renamed getFilteredList(String)
to getFilteredLists(String)
since you don't get just a single bot list.
Installation
Gradle
Use this in your build.gradle
dependencies{
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '5.0.1'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.0.1</version>
</dependency>
</dependencies>
v5.0.0: Splitting up
- Deprecated
GetAction
- It is now split up into
GetBotAction
andGetListAction
- It is now split up into
- Many new methods for
/api/lists
endpoint.getApiField(String, Site|String, ApiField)
getBotWidgetUrl(String, Site|String)
getDescription(String, Site|String)
getDiscordInvite(String, Site|String)
getFeatures(String, Site|String)
getFilteredList(String)
getIcon(String, Site|String)
getId(String, Site|String)
getLanguage(String, Site|String)
getList(String, Site|String)
getLists(String)
getName(String, Site|String)
getOwners(String, Site|String)
getTimeAdded(String, Site|String)
getUrl(String, Site|String)
isDefunct(String, Site|String)
isDiscordOnly(String, Site|String)
Installation
Gradle
Use this in your build.gradle
dependencies{
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '5.0.0'
}
Maven
Use this in your pom.xml
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.0.0</version>
</dependency>
</dependencies>