Skip to content

Commit f3fa4f0

Browse files
committed
1 parent 79388eb commit f3fa4f0

File tree

67 files changed

+204
-72
lines changed

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

+204
-72
lines changed

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.11.0-SNAPSHOT
1+
7.12.0-SNAPSHOT

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ 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.8
43+
- API version: 1.0.0-rc.9
4444
- Package version: 1.0.0
45-
- Generator version: 7.11.0-SNAPSHOT
45+
- Generator version: 7.12.0-SNAPSHOT
4646
- Build package: org.openapitools.codegen.languages.GoClientCodegen
4747
For more information, please visit [https://discord.gg/3EtHskZD8h](https://discord.gg/3EtHskZD8h)
4848

api/openapi.yaml

Lines changed: 26 additions & 1 deletion
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.8
35+
version: 1.0.0-rc.9
3636
servers:
3737
- description: API
3838
url: https://api.dofusdu.de
@@ -3572,6 +3572,14 @@ paths:
35723572
example: Europe/Paris
35733573
type: string
35743574
style: form
3575+
- description: character level for the reward_xp field
3576+
explode: true
3577+
in: query
3578+
name: level
3579+
required: false
3580+
schema:
3581+
type: integer
3582+
style: form
35753583
responses:
35763584
"200":
35773585
content:
@@ -3618,6 +3626,14 @@ paths:
36183626
format: date
36193627
type: string
36203628
style: simple
3629+
- description: character level for the reward_xp field
3630+
explode: true
3631+
in: query
3632+
name: level
3633+
required: false
3634+
schema:
3635+
type: integer
3636+
style: form
36213637
responses:
36223638
"200":
36233639
content:
@@ -5627,6 +5643,7 @@ components:
56275643
type:
56285644
name: name
56295645
id: id
5646+
reward_xp: 5
56305647
tribute:
56315648
item:
56325649
subtype: subtype
@@ -5652,6 +5669,14 @@ components:
56525669
type: integer
56535670
x-stoplight:
56545671
id: oneb4usnoodzz
5672+
reward_xp:
5673+
description: Optional field that shows when a level is given in the request.
5674+
Shows the experience points you get this day for finishing this Almanax
5675+
quest.
5676+
nullable: true
5677+
type: integer
5678+
x-stoplight:
5679+
id: d1luifqc9whyg
56555680
title: Almanax
56565681
type: object
56575682
x-examples: {}

api_almanax.go

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_consumables.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_cosmetics.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_equipment.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_game.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_meta.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api_mounts.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)