Skip to content

Commit 1298ab1

Browse files
committed
1 parent 567d202 commit 1298ab1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+299
-143
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Your favorite language is missing? Please let me know!
4040
## Overview
4141
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
4242

43-
- API version: 1.0.0-rc.4
43+
- API version: 1.0.0-rc.5
4444
- Package version: 1.0.0
4545
- Generator version: 7.11.0-SNAPSHOT
4646
- Build package: org.openapitools.codegen.languages.GoClientCodegen

api/openapi.yaml

+30-10
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ info:
3232
name: GPL-3.0
3333
url: https://github.com/dofusdude/doduapi/blob/main/LICENSE
3434
title: dofusdude
35-
version: 1.0.0-rc.4
35+
version: 1.0.0-rc.5
3636
servers:
3737
- description: API
3838
url: https://api.dofusdu.de
@@ -359,7 +359,15 @@ paths:
359359
\ If true, the item ids are for the cosmetic endpoints instead of equipment."
360360
explode: true
361361
in: query
362-
name: "filter[is_cosmetic]"
362+
name: "filter[contains_cosmetics_only]"
363+
required: false
364+
schema:
365+
type: boolean
366+
style: form
367+
- description: filter sets based on if they got any cosmetic items in it
368+
explode: true
369+
in: query
370+
name: "filter[contains_cosmetics]"
363371
required: false
364372
schema:
365373
type: boolean
@@ -4781,7 +4789,6 @@ components:
47814789
id: 10otndsm7bw3k
47824790
EquipmentSet:
47834791
example:
4784-
is_cosmetic: true
47854792
effects:
47864793
key:
47874794
- ignore_int_min: true
@@ -4804,8 +4811,10 @@ components:
48044811
name: name
48054812
id: 5
48064813
int_minimum: 1
4814+
contains_cosmetics: true
48074815
highest_equipment_level: 1
48084816
name: name
4817+
contains_cosmetics_only: true
48094818
equipment_ids:
48104819
- 6
48114820
- 6
@@ -4833,17 +4842,20 @@ components:
48334842
id: kdx5a0h3kp09h
48344843
highest_equipment_level:
48354844
type: integer
4836-
is_cosmetic:
4845+
contains_cosmetics:
48374846
type: boolean
48384847
x-stoplight:
48394848
id: 7d1w5073pqtt7
4849+
contains_cosmetics_only:
4850+
type: boolean
4851+
x-stoplight:
4852+
id: vcdkkf976dyux
48404853
title: EquipmentSet
48414854
type: object
48424855
x-stoplight:
48434856
id: xmkp08r20yq44
48444857
ListEquipmentSet:
48454858
example:
4846-
is_cosmetic: true
48474859
effects:
48484860
key:
48494861
- ignore_int_min: true
@@ -4866,8 +4878,10 @@ components:
48664878
name: name
48674879
id: 5
48684880
int_minimum: 1
4881+
contains_cosmetics: true
48694882
level: 1
48704883
name: name
4884+
contains_cosmetics_only: true
48714885
equipment_ids:
48724886
- 5
48734887
- 5
@@ -4900,10 +4914,14 @@ components:
49004914
type: integer
49014915
nullable: true
49024916
type: array
4903-
is_cosmetic:
4917+
contains_cosmetics:
49044918
type: boolean
49054919
x-stoplight:
49064920
id: uztiykrx0bobf
4921+
contains_cosmetics_only:
4922+
type: boolean
4923+
x-stoplight:
4924+
id: pv2l87kyv9fxa
49074925
title: ListSet
49084926
type: object
49094927
x-examples: {}
@@ -5084,8 +5102,7 @@ components:
50845102
ListEquipmentSets:
50855103
example:
50865104
sets:
5087-
- is_cosmetic: true
5088-
effects:
5105+
- effects:
50895106
key:
50905107
- ignore_int_min: true
50915108
ignore_int_max: true
@@ -5107,15 +5124,16 @@ components:
51075124
name: name
51085125
id: 5
51095126
int_minimum: 1
5127+
contains_cosmetics: true
51105128
level: 1
51115129
name: name
5130+
contains_cosmetics_only: true
51125131
equipment_ids:
51135132
- 5
51145133
- 5
51155134
items: 6
51165135
ankama_id: 0
5117-
- is_cosmetic: true
5118-
effects:
5136+
- effects:
51195137
key:
51205138
- ignore_int_min: true
51215139
ignore_int_max: true
@@ -5137,8 +5155,10 @@ components:
51375155
name: name
51385156
id: 5
51395157
int_minimum: 1
5158+
contains_cosmetics: true
51405159
level: 1
51415160
name: name
5161+
contains_cosmetics_only: true
51425162
equipment_ids:
51435163
- 5
51445164
- 5

api_almanax.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_consumables.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_cosmetics.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_equipment.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_game.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_meta.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_mounts.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)