1
1
# dofusdude-java
2
2
3
3
dofusdude
4
- - API version: 0.9.0
5
- - Build date: 2024-05-10T16:58:24.837338827Z [ Etc/UTC]
6
- - Generator version: 7.6 .0-SNAPSHOT
4
+ - API version: 0.9.1
5
+ - Build date: 2024-10-06T12:03:55.532645948Z [ Etc/UTC]
6
+ - Generator version: 7.9 .0-SNAPSHOT
7
7
8
8
# A project for you - the developer.
9
9
The all-in-one toolbelt for your next Ankama related project.
@@ -75,7 +75,7 @@ Add this dependency to your project's POM:
75
75
<dependency >
76
76
<groupId >com.dofusdude</groupId >
77
77
<artifactId >dofusdude-java</artifactId >
78
- <version >0.9.0 </version >
78
+ <version >0.9.1 </version >
79
79
<scope >compile</scope >
80
80
</dependency >
81
81
```
@@ -91,7 +91,7 @@ Add this dependency to your project's build file:
91
91
}
92
92
93
93
dependencies {
94
- implementation "com.dofusdude:dofusdude-java:0.9.0 "
94
+ implementation "com.dofusdude:dofusdude-java:0.9.1 "
95
95
}
96
96
```
97
97
@@ -105,7 +105,7 @@ mvn clean package
105
105
106
106
Then manually install the following JARs:
107
107
108
- * ` target/dofusdude-java-0.9.0 .jar `
108
+ * ` target/dofusdude-java-0.9.1 .jar `
109
109
* ` target/lib/*.jar `
110
110
111
111
## Getting Started
@@ -118,7 +118,7 @@ Please follow the [installation](#installation) instruction and execute the foll
118
118
import com.dofusdude.client.ApiClient ;
119
119
import com.dofusdude.client.ApiException ;
120
120
import com.dofusdude.client.Configuration ;
121
- import com.dofusdude.client.models .* ;
121
+ import com.dofusdude.client.model .* ;
122
122
import com.dofusdude.client.api.AlmanaxApi ;
123
123
124
124
public class Example {
@@ -167,9 +167,11 @@ Class | Method | HTTP request | Description
167
167
* GameApi* | [ ** getGameSearch** ] ( docs/GameApi.md#getGameSearch ) | ** GET** /{game}/{language}/search | Game Search
168
168
* GameApi* | [ ** getItemsAllSearch** ] ( docs/GameApi.md#getItemsAllSearch ) | ** GET** /{game}/{language}/items/search | Search All Items
169
169
* MetaApi* | [ ** getGameSearchTypes** ] ( docs/MetaApi.md#getGameSearchTypes ) | ** GET** /dofus2/meta/search/types | Available Game Search Types
170
+ * MetaApi* | [ ** getItemTypes** ] ( docs/MetaApi.md#getItemTypes ) | ** GET** /dofus2/meta/items/types | Available Item Types
170
171
* MetaApi* | [ ** getMetaAlmanaxBonuses** ] ( docs/MetaApi.md#getMetaAlmanaxBonuses ) | ** GET** /dofus2/meta/{language}/almanax/bonuses | Available Almanax Bonuses
171
172
* MetaApi* | [ ** getMetaAlmanaxBonusesSearch** ] ( docs/MetaApi.md#getMetaAlmanaxBonusesSearch ) | ** GET** /dofus2/meta/{language}/almanax/bonuses/search | Search Available Almanax Bonuses
172
173
* MetaApi* | [ ** getMetaElements** ] ( docs/MetaApi.md#getMetaElements ) | ** GET** /dofus2/meta/elements | Effects and Condition Elements
174
+ * MetaApi* | [ ** getMetaVersion** ] ( docs/MetaApi.md#getMetaVersion ) | ** GET** /dofus2/meta/version | Game Version
173
175
* MountsApi* | [ ** getAllMountsList** ] ( docs/MountsApi.md#getAllMountsList ) | ** GET** /{game}/{language}/mounts/all | List All Mounts
174
176
* MountsApi* | [ ** getMountsList** ] ( docs/MountsApi.md#getMountsList ) | ** GET** /{game}/{language}/mounts | List Mounts
175
177
* MountsApi* | [ ** getMountsSearch** ] ( docs/MountsApi.md#getMountsSearch ) | ** GET** /{game}/{language}/mounts/search | Search Mounts
@@ -227,6 +229,7 @@ Class | Method | HTTP request | Description
227
229
- [ EquipmentSet] ( docs/EquipmentSet.md )
228
230
- [ GetGameSearch200ResponseInner] ( docs/GetGameSearch200ResponseInner.md )
229
231
- [ GetMetaAlmanaxBonuses200ResponseInner] ( docs/GetMetaAlmanaxBonuses200ResponseInner.md )
232
+ - [ GetMetaVersion200Response] ( docs/GetMetaVersion200Response.md )
230
233
- [ GetMetaWebhooksTwitter200Response] ( docs/GetMetaWebhooksTwitter200Response.md )
231
234
- [ ImageUrls] ( docs/ImageUrls.md )
232
235
- [ ItemListEntry] ( docs/ItemListEntry.md )
0 commit comments