Skip to content

Commit c0eec32

Browse files
committed
1 parent b847d24 commit c0eec32

Some content is hidden

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

66 files changed

+102
-75
lines changed

README.md

+2-2
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.2
43+
- API version: 1.0.0-rc.3
4444
- Package version: 1.0.0
4545
- Generator version: 7.11.0-SNAPSHOT
4646
- Build package: org.openapitools.codegen.languages.GoClientCodegen
@@ -135,7 +135,7 @@ Class | Method | HTTP request | Description
135135
*MetaAPI* | [**GetMetaAlmanaxBonuses**](docs/MetaAPI.md#getmetaalmanaxbonuses) | **Get** /dofus2/meta/{language}/almanax/bonuses | Available Almanax Bonuses
136136
*MetaAPI* | [**GetMetaAlmanaxBonusesSearch**](docs/MetaAPI.md#getmetaalmanaxbonusessearch) | **Get** /dofus2/meta/{language}/almanax/bonuses/search | Search Available Almanax Bonuses
137137
*MetaAPI* | [**GetMetaElements**](docs/MetaAPI.md#getmetaelements) | **Get** /dofus3beta/v1/meta/elements | Effects and Condition Elements
138-
*MetaAPI* | [**GetMetaVersion**](docs/MetaAPI.md#getmetaversion) | **Get** /dofus3beta/v1/meta/version | Game Version
138+
*MetaAPI* | [**GetMetaVersion**](docs/MetaAPI.md#getmetaversion) | **Get** /{game}/v1/meta/version | Game Version
139139
*MountsAPI* | [**GetAllMountsList**](docs/MountsAPI.md#getallmountslist) | **Get** /{game}/v1/{language}/mounts/all | List All Mounts
140140
*MountsAPI* | [**GetMountsList**](docs/MountsAPI.md#getmountslist) | **Get** /{game}/v1/{language}/mounts | List Mounts
141141
*MountsAPI* | [**GetMountsSearch**](docs/MountsAPI.md#getmountssearch) | **Get** /{game}/v1/{language}/mounts/search | Search Mounts

api/openapi.yaml

+15-3
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.2
35+
version: 1.0.0-rc.3
3636
servers:
3737
- description: API
3838
url: https://api.dofusdu.de
@@ -3700,11 +3700,23 @@ paths:
37003700
- meta
37013701
x-stoplight:
37023702
id: 4oyiu8nbwwgds
3703-
/dofus3beta/v1/meta/version:
3703+
/{game}/v1/meta/version:
37043704
get:
37053705
description: The current game version of the hosted data.
37063706
operationId: get-meta-version
3707-
parameters: []
3707+
parameters:
3708+
- description: game main 'dofus3' or beta channel 'dofus3beta'
3709+
explode: false
3710+
in: path
3711+
name: game
3712+
required: true
3713+
schema:
3714+
enum:
3715+
- dofus3
3716+
- dofus3beta
3717+
example: dofus3beta
3718+
type: string
3719+
style: simple
37083720
responses:
37093721
"200":
37103722
content:

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

+7-3
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)