v5.2.3: Lots of removals
- Site updated:
- Deprecated
VULTREX_IO
(Planned removal: 5.2.5) - Added
DISCORDBOTS_CO
(Replacement of vultrex.io)
- Deprecated
- Removed deprecated Constructors:
GetBotAction()
GetBotAction(boolean)
GetListAction()
GetListAction(boolean)
PostAction()
BotBlockAPI(Map<String, String>)
- Removed deprecated fields:
GetListAction.ApiField#API_ALL
GetListAction.ApiField#API_DOCS
GetListAction.ApiField#API_GET
GetListAction.ApiField#API_POST
GetListAction.ApiField#API_FIELD
GetListAction.ApiField#API_SHARD_ID
GetListAction.ApiField#API_SHARD_COUNT
GetListAction.ApiField#API_SHARDS
- Fixed issue with new ApiField having wrong names.
Installation
Gradle
repositories{
jcenter()
}
dependencies{
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '5.2.3'
}
###Maven
<dependencies>
<dependency>
<groupId>org.botblock</groupId>
<artifactId>JavaBotBlockAPI</artifactId>
<version>5.2.3</version>
</dependency>
</dependencies>