DofusSharp.Dofocus.ApiClients
0.13.0
This package has a SemVer 2.0.0 package version: 0.13.0+release.17656511268.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.0
NuGet\Install-Package DofusSharp.Dofocus.ApiClients -Version 0.13.0
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.0" />
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.0" />
<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.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: DofusSharp.Dofocus.ApiClients, 0.13.0"
#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.0
#: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.0
#tool nuget:?package=DofusSharp.Dofocus.ApiClients&version=0.13.0
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.0)
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 | 35 | 9/15/2025 |
| 0.17.0 | 31 | 9/14/2025 |
| 0.16.0 | 36 | 9/14/2025 |
| 0.14.0 | 31 | 9/11/2025 |
| 0.13.2 | 35 | 9/11/2025 |
| 0.13.1 | 37 | 9/11/2025 |
| 0.13.0 | 32 | 9/11/2025 |
| 0.12.3 | 35 | 9/10/2025 |
| 0.12.2 | 33 | 9/8/2025 |
| 0.12.1 | 31 | 9/8/2025 |
| 0.12.0 | 30 | 9/8/2025 |
| 0.11.1-alpha.0.7 | 32 | 9/7/2025 |
| 0.11.0 | 182 | 9/7/2025 |
| 0.10.1-alpha.0.14 | 134 | 9/7/2025 |
| 0.10.0 | 217 | 8/30/2025 |
| 0.9.0 | 97 | 8/23/2025 |