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 27dab5c commit 54091a9
Show file tree
Hide file tree
Showing 151 changed files with 1,959 additions and 705 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Publish
env:
NUGET_AUTH_TOKEN: ${{secrets.NUGET_TOKEN}}
run: dotnet nuget push --api-key "$NUGET_AUTH_TOKEN" --source https://api.nuget.org/v3/index.json src/Dofusdude.Api/bin/Release/Dofusdude.Api.0.9.0.nupkg
run: dotnet nuget push --api-key "$NUGET_AUTH_TOKEN" --source https://api.nuget.org/v3/index.json src/Dofusdude.Api/bin/Release/Dofusdude.Api.0.9.1.nupkg
3 changes: 3 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,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 @@ -97,6 +98,7 @@ src/Dofusdude.Api.Test/Model/EquipmentSetTests.cs
src/Dofusdude.Api.Test/Model/EquipmentTests.cs
src/Dofusdude.Api.Test/Model/GetGameSearch200ResponseInnerTests.cs
src/Dofusdude.Api.Test/Model/GetMetaAlmanaxBonuses200ResponseInnerTests.cs
src/Dofusdude.Api.Test/Model/GetMetaVersion200ResponseTests.cs
src/Dofusdude.Api.Test/Model/GetMetaWebhooksTwitter200ResponseTests.cs
src/Dofusdude.Api.Test/Model/ImageUrlsTests.cs
src/Dofusdude.Api.Test/Model/ItemListEntryParentSetTests.cs
Expand Down Expand Up @@ -173,6 +175,7 @@ src/Dofusdude.Api/Model/Equipment.cs
src/Dofusdude.Api/Model/EquipmentSet.cs
src/Dofusdude.Api/Model/GetGameSearch200ResponseInner.cs
src/Dofusdude.Api/Model/GetMetaAlmanaxBonuses200ResponseInner.cs
src/Dofusdude.Api/Model/GetMetaVersion200Response.cs
src/Dofusdude.Api/Model/GetMetaWebhooksTwitter200Response.cs
src/Dofusdude.Api/Model/ImageUrls.cs
src/Dofusdude.Api/Model/ItemListEntry.cs
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
10 changes: 5 additions & 5 deletions Dofusdude.Api.sln
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
VisualStudioVersion = 12.0.0.0
MinimumVisualStudioVersion = 10.0.0.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dofusdude.Api", "src\Dofusdude.Api\Dofusdude.Api.csproj", "{CA798195-8044-416B-8CD9-FC91CD50979A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dofusdude.Api", "src\Dofusdude.Api\Dofusdude.Api.csproj", "{E04A354F-80AA-4729-B77C-6A730E113F7E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dofusdude.Api.Test", "src\Dofusdude.Api.Test\Dofusdude.Api.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
EndProject
Expand All @@ -12,10 +12,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA798195-8044-416B-8CD9-FC91CD50979A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA798195-8044-416B-8CD9-FC91CD50979A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA798195-8044-416B-8CD9-FC91CD50979A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA798195-8044-416B-8CD9-FC91CD50979A}.Release|Any CPU.Build.0 = Release|Any CPU
{E04A354F-80AA-4729-B77C-6A730E113F7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E04A354F-80AA-4729-B77C-6A730E113F7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E04A354F-80AA-4729-B77C-6A730E113F7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E04A354F-80AA-4729-B77C-6A730E113F7E}.Release|Any CPU.Build.0 = Release|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Your favorite language is missing? Please let me know!

This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 0.9.0
- SDK version: 0.9.0
- Generator version: 7.6.0-SNAPSHOT
- API version: 0.9.1
- SDK version: 0.9.1
- Generator version: 7.9.0-SNAPSHOT
- Build package: org.openapitools.codegen.languages.CSharpClientCodegen
For more information, please visit [https://discord.gg/3EtHskZD8h](https://discord.gg/3EtHskZD8h)

Expand All @@ -49,7 +49,7 @@ This C# SDK is automatically generated by the [OpenAPI Generator](https://openap
<a id="dependencies"></a>
## Dependencies

- [RestSharp](https://www.nuget.org/packages/RestSharp) - 106.13.0 or later
- [RestSharp](https://www.nuget.org/packages/RestSharp) - 112.0.0 or later
- [Json.NET](https://www.nuget.org/packages/Newtonsoft.Json/) - 13.0.2 or later
- [JsonSubTypes](https://www.nuget.org/packages/JsonSubTypes/) - 1.8.0 or later
- [System.ComponentModel.Annotations](https://www.nuget.org/packages/System.ComponentModel.Annotations) - 5.0.0 or later
Expand Down Expand Up @@ -166,9 +166,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 @@ -227,6 +229,7 @@ Class | Method | HTTP request | Description
- [Model.EquipmentSet](docs/EquipmentSet.md)
- [Model.GetGameSearch200ResponseInner](docs/GetGameSearch200ResponseInner.md)
- [Model.GetMetaAlmanaxBonuses200ResponseInner](docs/GetMetaAlmanaxBonuses200ResponseInner.md)
- [Model.GetMetaVersion200Response](docs/GetMetaVersion200Response.md)
- [Model.GetMetaWebhooksTwitter200Response](docs/GetMetaWebhooksTwitter200Response.md)
- [Model.ImageUrls](docs/ImageUrls.md)
- [Model.ItemListEntry](docs/ItemListEntry.md)
Expand Down
Loading

0 comments on commit 54091a9

Please sign in to comment.