Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Oct 6, 2024
1 parent 7968b7a commit 2d81457
Show file tree
Hide file tree
Showing 78 changed files with 1,307 additions and 239 deletions.
2 changes: 2 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ docs/EquipmentSet.md
docs/GameAPI.md
docs/GetGameSearch200ResponseInner.md
docs/GetMetaAlmanaxBonuses200ResponseInner.md
docs/GetMetaVersion200Response.md
docs/GetMetaWebhooksTwitter200Response.md
docs/ImageUrls.md
docs/ItemListEntry.md
Expand Down Expand Up @@ -99,6 +100,7 @@ model_equipment.go
model_equipment_set.go
model_get_game_search_200_response_inner.go
model_get_meta_almanax_bonuses_200_response_inner.go
model_get_meta_version_200_response.go
model_get_meta_webhooks_twitter_200_response.go
model_image_urls.go
model_item_list_entry.go
Expand Down
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0-SNAPSHOT
7.9.0-SNAPSHOT
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ 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: 0.9.0
- API version: 0.9.1
- Package version: 1.0.0
- Generator version: 7.6.0-SNAPSHOT
- Generator version: 7.9.0-SNAPSHOT
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://discord.gg/3EtHskZD8h](https://discord.gg/3EtHskZD8h)

Expand Down Expand Up @@ -129,9 +129,11 @@ Class | Method | HTTP request | Description
*GameAPI* | [**GetGameSearch**](docs/GameAPI.md#getgamesearch) | **Get** /{game}/{language}/search | Game Search
*GameAPI* | [**GetItemsAllSearch**](docs/GameAPI.md#getitemsallsearch) | **Get** /{game}/{language}/items/search | Search All Items
*MetaAPI* | [**GetGameSearchTypes**](docs/MetaAPI.md#getgamesearchtypes) | **Get** /dofus2/meta/search/types | Available Game Search Types
*MetaAPI* | [**GetItemTypes**](docs/MetaAPI.md#getitemtypes) | **Get** /dofus2/meta/items/types | Available Item Types
*MetaAPI* | [**GetMetaAlmanaxBonuses**](docs/MetaAPI.md#getmetaalmanaxbonuses) | **Get** /dofus2/meta/{language}/almanax/bonuses | Available Almanax Bonuses
*MetaAPI* | [**GetMetaAlmanaxBonusesSearch**](docs/MetaAPI.md#getmetaalmanaxbonusessearch) | **Get** /dofus2/meta/{language}/almanax/bonuses/search | Search Available Almanax Bonuses
*MetaAPI* | [**GetMetaElements**](docs/MetaAPI.md#getmetaelements) | **Get** /dofus2/meta/elements | Effects and Condition Elements
*MetaAPI* | [**GetMetaVersion**](docs/MetaAPI.md#getmetaversion) | **Get** /dofus2/meta/version | Game Version
*MountsAPI* | [**GetAllMountsList**](docs/MountsAPI.md#getallmountslist) | **Get** /{game}/{language}/mounts/all | List All Mounts
*MountsAPI* | [**GetMountsList**](docs/MountsAPI.md#getmountslist) | **Get** /{game}/{language}/mounts | List Mounts
*MountsAPI* | [**GetMountsSearch**](docs/MountsAPI.md#getmountssearch) | **Get** /{game}/{language}/mounts/search | Search Mounts
Expand Down Expand Up @@ -189,6 +191,7 @@ Class | Method | HTTP request | Description
- [EquipmentSet](docs/EquipmentSet.md)
- [GetGameSearch200ResponseInner](docs/GetGameSearch200ResponseInner.md)
- [GetMetaAlmanaxBonuses200ResponseInner](docs/GetMetaAlmanaxBonuses200ResponseInner.md)
- [GetMetaVersion200Response](docs/GetMetaVersion200Response.md)
- [GetMetaWebhooksTwitter200Response](docs/GetMetaWebhooksTwitter200Response.md)
- [ImageUrls](docs/ImageUrls.md)
- [ItemListEntry](docs/ItemListEntry.md)
Expand Down
Loading

0 comments on commit 2d81457

Please sign in to comment.