DofusSharp.Dofocus.ApiClients
0.13.2
This package has a SemVer 2.0.0 package version: 0.13.2+release.17657797629.1.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package DofusSharp.Dofocus.ApiClients --version 0.13.2
NuGet\Install-Package DofusSharp.Dofocus.ApiClients -Version 0.13.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DofusSharp.Dofocus.ApiClients" Version="0.13.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DofusSharp.Dofocus.ApiClients" Version="0.13.2" />
<PackageReference Include="DofusSharp.Dofocus.ApiClients" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DofusSharp.Dofocus.ApiClients --version 0.13.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DofusSharp.Dofocus.ApiClients, 0.13.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DofusSharp.Dofocus.ApiClients@0.13.2
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DofusSharp.Dofocus.ApiClients&version=0.13.2
#tool nuget:?package=DofusSharp.Dofocus.ApiClients&version=0.13.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dofocus API clients
This is a C# library for accessing Dofocus and DofusSharp APIs, providing models and clients for items, runes, servers, and related operations.
Features
- Strongly-typed models for Dofocus items, runes, servers, and prices
- API clients for querying and updating data
- Request and response models for price and coefficient updates
Installation
Add the NuGet package to your project:
dotnet add package DofusSharp.Dofocus.ApiClients
Usage
using DofusSharp.Dofocus.ApiClients;
IDofocusItemsClient client = DofocusClient.Production.Items();
// Fetch all items
IReadOnlyCollection<DofocusItemMinimal> items = await client.GetItemsAsync();
// Fetch details about one item, including its prices and coefficients for each server
long itemId = items.First().Id;
DofocusItem item = await client.GetItemByIdAsync(itemId);
Contributing
Contributions are welcome! Please open issues or submit pull requests for bug fixes, features, or documentation improvements.
License
This project is licensed under the terms of the MIT License.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- DofusSharp.Common (>= 0.13.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
0.18.0 | 28 | 9/15/2025 |
0.17.0 | 26 | 9/14/2025 |
0.16.0 | 32 | 9/14/2025 |
0.14.0 | 26 | 9/11/2025 |
0.13.2 | 28 | 9/11/2025 |
0.13.1 | 30 | 9/11/2025 |
0.13.0 | 26 | 9/11/2025 |
0.12.3 | 30 | 9/10/2025 |
0.12.2 | 30 | 9/8/2025 |
0.12.1 | 26 | 9/8/2025 |
0.12.0 | 26 | 9/8/2025 |
0.11.1-alpha.0.7 | 28 | 9/7/2025 |
0.11.0 | 142 | 9/7/2025 |
0.10.1-alpha.0.14 | 127 | 9/7/2025 |
0.10.0 | 178 | 8/30/2025 |
0.9.0 | 61 | 8/23/2025 |