Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Dec 3, 2024
1 parent 15765b0 commit e254903
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 34 deletions.
8 changes: 4 additions & 4 deletions docs/ConsumablesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.ConsumablesApi(api_client)
language = 'language_example' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
sort_level = 'asc' # str | sort the resulting list by level, default unsorted (optional)
filter_min_level = 150 # int | only results which level is equal or above this value (optional)
filter_max_level = 180 # int | only results which level is equal or below this value (optional)
Expand Down Expand Up @@ -120,7 +120,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.ConsumablesApi(api_client)
language = 'language_example' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
sort_level = 'asc' # str | sort the resulting list by level, default unsorted (optional)
filter_min_level = 150 # int | only results which level is equal or above this value (optional)
filter_max_level = 180 # int | only results which level is equal or below this value (optional)
Expand Down Expand Up @@ -206,7 +206,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.ConsumablesApi(api_client)
language = 'language_example' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
query = 'Wholewrite' # str | case sensitive search query
filter_min_level = 1 # int | only results which level is equal or above this value (optional)
filter_max_level = 200 # int | only results which level is equal or below this value (optional)
Expand Down Expand Up @@ -289,7 +289,7 @@ with dofusdude.ApiClient(configuration) as api_client:
api_instance = dofusdude.ConsumablesApi(api_client)
language = 'language_example' # str | a valid language code
ankama_id = 17206 # int | identifier
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'

try:
# Single Consumables
Expand Down
8 changes: 4 additions & 4 deletions docs/CosmeticsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.CosmeticsApi(api_client)
language = 'fr' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
sort_level = 'asc' # str | sort the resulting list by level, default unsorted (optional)
filter_min_level = 1 # int | only results which level is equal or above this value (optional)
filter_max_level = 5 # int | only results which level is equal or below this value (optional)
Expand Down Expand Up @@ -120,7 +120,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.CosmeticsApi(api_client)
language = 'fr' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
sort_level = 'asc' # str | sort the resulting list by level, default unsorted (optional)
filter_min_level = 1 # int | only results which level is equal or above this value (optional)
filter_max_level = 5 # int | only results which level is equal or below this value (optional)
Expand Down Expand Up @@ -206,7 +206,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.CosmeticsApi(api_client)
language = 'language_example' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
query = 'nedora' # str | case sensitive search query
filter_min_level = 1 # int | only results which level is equal or above this value (optional)
filter_max_level = 2 # int | only results which level is equal or below this value (optional)
Expand Down Expand Up @@ -289,7 +289,7 @@ with dofusdude.ApiClient(configuration) as api_client:
api_instance = dofusdude.CosmeticsApi(api_client)
language = 'language_example' # str | a valid language code
ankama_id = 24132 # int | identifier
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'

try:
# Single Cosmetics
Expand Down
8 changes: 4 additions & 4 deletions docs/EquipmentApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.EquipmentApi(api_client)
language = 'en' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
sort_level = 'desc' # str | sort the resulting list by level, default unsorted (optional)
filter_min_level = 10 # int | only results which level is equal or above this value (optional)
filter_max_level = 60 # int | only results which level is equal or below this value (optional)
Expand Down Expand Up @@ -120,7 +120,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.EquipmentApi(api_client)
language = 'en' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
sort_level = 'desc' # str | sort the resulting list by level, default unsorted (optional)
filter_min_level = 10 # int | only results which level is equal or above this value (optional)
filter_max_level = 60 # int | only results which level is equal or below this value (optional)
Expand Down Expand Up @@ -206,7 +206,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.EquipmentApi(api_client)
language = 'language_example' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
query = 'nidas' # str | case sensitive search query
filter_min_level = 150 # int | only results which level is equal or above this value (optional)
filter_max_level = 200 # int | only results which level is equal or below this value (optional)
Expand Down Expand Up @@ -289,7 +289,7 @@ with dofusdude.ApiClient(configuration) as api_client:
api_instance = dofusdude.EquipmentApi(api_client)
language = 'language_example' # str | a valid language code
ankama_id = 26009 # int | identifier
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'

try:
# Single Equipment
Expand Down
4 changes: 2 additions & 2 deletions docs/GameApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.GameApi(api_client)
language = 'language_example' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
query = 'paztek' # str | search query
filter_search_index = ['[\"items-equipment\"]'] # List[str] | only results with all specific type (optional)
limit = 8 # int | maximum number of returned results (optional) (default to 8)
Expand Down Expand Up @@ -118,7 +118,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.GameApi(api_client)
language = 'fr' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
query = 'atcham' # str | case sensitive search query
filter_min_level = 190 # int | only results which level is equal or above this value (optional)
filter_max_level = 200 # int | only results which level is equal or below this value (optional)
Expand Down
8 changes: 4 additions & 4 deletions docs/MetaApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ configuration = dofusdude.Configuration(
with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.MetaApi(api_client)
game = 'game_example' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'

try:
# Available Game Search Types
Expand Down Expand Up @@ -105,7 +105,7 @@ configuration = dofusdude.Configuration(
with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.MetaApi(api_client)
game = 'game_example' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'

try:
# Available Item Types
Expand Down Expand Up @@ -312,7 +312,7 @@ configuration = dofusdude.Configuration(
with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.MetaApi(api_client)
game = 'game_example' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'

try:
# Effects and Condition Elements
Expand Down Expand Up @@ -380,7 +380,7 @@ configuration = dofusdude.Configuration(
with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.MetaApi(api_client)
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'

try:
# Game Version
Expand Down
8 changes: 4 additions & 4 deletions docs/MountsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.MountsApi(api_client)
language = 'language_example' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
filter_family_name = 'Dragoturkey' # str | only results with the translated family name (optional)
accept_encoding = 'accept_encoding_example' # str | optional compression for saving bandwidth (optional)
filter_family_id = 56 # int | only results with the unique family id (optional)
Expand Down Expand Up @@ -116,7 +116,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.MountsApi(api_client)
language = 'language_example' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
filter_family_name = 'Dragoturkey' # str | only results with the translated family name (optional)
page_size = 10 # int | size of the results from the list. -1 disables pagination and gets all in one response. (optional)
page_number = 1 # int | page number based on the current page[size]. So you could get page 1 with 8 entrys and page 2 would have entries 8 to 16. (optional)
Expand Down Expand Up @@ -198,7 +198,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.MountsApi(api_client)
language = 'fr' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
query = 'Dorée' # str | case sensitive search query
filter_family_name = 'Dragodinde' # str | only results with the translated family name (optional)
limit = 8 # int | maximum number of returned results (optional) (default to 8)
Expand Down Expand Up @@ -279,7 +279,7 @@ with dofusdude.ApiClient(configuration) as api_client:
api_instance = dofusdude.MountsApi(api_client)
language = 'language_example' # str | a valid language code
ankama_id = 180 # int | identifier
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'

try:
# Single Mounts
Expand Down
8 changes: 4 additions & 4 deletions docs/QuestItemsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.QuestItemsApi(api_client)
language = 'fr' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
sort_level = 'desc' # str | sort the resulting list by level, default unsorted (optional)
filter_min_level = 1 # int | only results which level is equal or above this value (optional)
filter_max_level = 50 # int | only results which level is equal or below this value (optional)
Expand Down Expand Up @@ -121,7 +121,7 @@ with dofusdude.ApiClient(configuration) as api_client:
api_instance = dofusdude.QuestItemsApi(api_client)
language = 'language_example' # str | a valid language code
ankama_id = 25256 # int | identifier
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'

try:
# Single Quest Items
Expand Down Expand Up @@ -194,7 +194,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.QuestItemsApi(api_client)
language = 'fr' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
sort_level = 'desc' # str | sort the resulting list by level, default unsorted (optional)
filter_min_level = 1 # int | only results which level is equal or above this value (optional)
filter_max_level = 50 # int | only results which level is equal or below this value (optional)
Expand Down Expand Up @@ -280,7 +280,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.QuestItemsApi(api_client)
language = 'es' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
query = 'Ficha' # str | case sensitive search query
filter_min_level = 60 # int | only results which level is equal or above this value (optional)
filter_max_level = 70 # int | only results which level is equal or below this value (optional)
Expand Down
8 changes: 4 additions & 4 deletions docs/ResourcesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.ResourcesApi(api_client)
language = 'language_example' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
sort_level = 'desc' # str | sort the resulting list by level, default unsorted (optional)
filter_min_level = 160 # int | only results which level is equal or above this value (optional)
filter_max_level = 190 # int | only results which level is equal or below this value (optional)
Expand Down Expand Up @@ -120,7 +120,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.ResourcesApi(api_client)
language = 'language_example' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
query = 'snowdew' # str | case sensitive search query
filter_min_level = 150 # int | only results which level is equal or above this value (optional)
filter_max_level = 200 # int | only results which level is equal or below this value (optional)
Expand Down Expand Up @@ -202,7 +202,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.ResourcesApi(api_client)
language = 'language_example' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
sort_level = 'desc' # str | sort the resulting list by level, default unsorted (optional)
filter_min_level = 160 # int | only results which level is equal or above this value (optional)
filter_max_level = 190 # int | only results which level is equal or below this value (optional)
Expand Down Expand Up @@ -289,7 +289,7 @@ with dofusdude.ApiClient(configuration) as api_client:
api_instance = dofusdude.ResourcesApi(api_client)
language = 'language_example' # str | a valid language code
ankama_id = 7295 # int | identifier
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'

try:
# Single Resources
Expand Down
8 changes: 4 additions & 4 deletions docs/SetsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.SetsApi(api_client)
language = 'language_example' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
sort_level = 'asc' # str | sort the resulting list by level, default unsorted (optional)
filter_min_highest_equipment_level = 190 # int | only results where the equipment with the highest level is above or equal to this value (optional)
filter_max_highest_equipment_level = 200 # int | only results where the equipment with the highest level is below or equal to this value (optional)
Expand Down Expand Up @@ -122,7 +122,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.SetsApi(api_client)
language = 'language_example' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
sort_level = 'asc' # str | sort the resulting list by level, default unsorted (optional)
filter_min_highest_equipment_level = 190 # int | only results where the equipment with the highest level is above or equal to this value (optional)
filter_max_highest_equipment_level = 200 # int | only results where the equipment with the highest level is below or equal to this value (optional)
Expand Down Expand Up @@ -210,7 +210,7 @@ with dofusdude.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = dofusdude.SetsApi(api_client)
language = 'language_example' # str | a valid language code
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'
query = 'Des' # str | case sensitive search query
filter_min_highest_equipment_level = 195 # int | only results where the equipment with the highest level is above or equal to this value (optional)
filter_max_highest_equipment_level = 200 # int | only results where the equipment with the highest level is below or equal to this value (optional)
Expand Down Expand Up @@ -295,7 +295,7 @@ with dofusdude.ApiClient(configuration) as api_client:
api_instance = dofusdude.SetsApi(api_client)
language = 'language_example' # str | a valid language code
ankama_id = 499 # int | identifier
game = 'dofus3beta' # str | game main 'dofus3' or beta channel 'dofus3beta'
game = 'dofus3' # str | game main 'dofus3' or beta channel 'dofus3beta'

try:
# Single Sets
Expand Down

0 comments on commit e254903

Please sign in to comment.