Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Nov 30, 2024
1 parent 567d202 commit 1298ab1
Show file tree
Hide file tree
Showing 67 changed files with 299 additions and 143 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Your favorite language is missing? Please let me know!
## Overview
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.

- API version: 1.0.0-rc.4
- API version: 1.0.0-rc.5
- Package version: 1.0.0
- Generator version: 7.11.0-SNAPSHOT
- Build package: org.openapitools.codegen.languages.GoClientCodegen
Expand Down
40 changes: 30 additions & 10 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ info:
name: GPL-3.0
url: https://github.com/dofusdude/doduapi/blob/main/LICENSE
title: dofusdude
version: 1.0.0-rc.4
version: 1.0.0-rc.5
servers:
- description: API
url: https://api.dofusdu.de
Expand Down Expand Up @@ -359,7 +359,15 @@ paths:
\ If true, the item ids are for the cosmetic endpoints instead of equipment."
explode: true
in: query
name: "filter[is_cosmetic]"
name: "filter[contains_cosmetics_only]"
required: false
schema:
type: boolean
style: form
- description: filter sets based on if they got any cosmetic items in it
explode: true
in: query
name: "filter[contains_cosmetics]"
required: false
schema:
type: boolean
Expand Down Expand Up @@ -4781,7 +4789,6 @@ components:
id: 10otndsm7bw3k
EquipmentSet:
example:
is_cosmetic: true
effects:
key:
- ignore_int_min: true
Expand All @@ -4804,8 +4811,10 @@ components:
name: name
id: 5
int_minimum: 1
contains_cosmetics: true
highest_equipment_level: 1
name: name
contains_cosmetics_only: true
equipment_ids:
- 6
- 6
Expand Down Expand Up @@ -4833,17 +4842,20 @@ components:
id: kdx5a0h3kp09h
highest_equipment_level:
type: integer
is_cosmetic:
contains_cosmetics:
type: boolean
x-stoplight:
id: 7d1w5073pqtt7
contains_cosmetics_only:
type: boolean
x-stoplight:
id: vcdkkf976dyux
title: EquipmentSet
type: object
x-stoplight:
id: xmkp08r20yq44
ListEquipmentSet:
example:
is_cosmetic: true
effects:
key:
- ignore_int_min: true
Expand All @@ -4866,8 +4878,10 @@ components:
name: name
id: 5
int_minimum: 1
contains_cosmetics: true
level: 1
name: name
contains_cosmetics_only: true
equipment_ids:
- 5
- 5
Expand Down Expand Up @@ -4900,10 +4914,14 @@ components:
type: integer
nullable: true
type: array
is_cosmetic:
contains_cosmetics:
type: boolean
x-stoplight:
id: uztiykrx0bobf
contains_cosmetics_only:
type: boolean
x-stoplight:
id: pv2l87kyv9fxa
title: ListSet
type: object
x-examples: {}
Expand Down Expand Up @@ -5084,8 +5102,7 @@ components:
ListEquipmentSets:
example:
sets:
- is_cosmetic: true
effects:
- effects:
key:
- ignore_int_min: true
ignore_int_max: true
Expand All @@ -5107,15 +5124,16 @@ components:
name: name
id: 5
int_minimum: 1
contains_cosmetics: true
level: 1
name: name
contains_cosmetics_only: true
equipment_ids:
- 5
- 5
items: 6
ankama_id: 0
- is_cosmetic: true
effects:
- effects:
key:
- ignore_int_min: true
ignore_int_max: true
Expand All @@ -5137,8 +5155,10 @@ components:
name: name
id: 5
int_minimum: 1
contains_cosmetics: true
level: 1
name: name
contains_cosmetics_only: true
equipment_ids:
- 5
- 5
Expand Down
2 changes: 1 addition & 1 deletion api_almanax.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_consumables.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_cosmetics.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_equipment.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_game.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_meta.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api_mounts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1298ab1

Please sign in to comment.