TonRadar.Fragment
0.11.0-beta
This is a prerelease version of TonRadar.Fragment.
dotnet add package TonRadar.Fragment --version 0.11.0-beta
NuGet\Install-Package TonRadar.Fragment -Version 0.11.0-beta
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="TonRadar.Fragment" Version="0.11.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TonRadar.Fragment --version 0.11.0-beta
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TonRadar.Fragment, 0.11.0-beta"
#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.
// Install TonRadar.Fragment as a Cake Addin #addin nuget:?package=TonRadar.Fragment&version=0.11.0-beta&prerelease // Install TonRadar.Fragment as a Cake Tool #tool nuget:?package=TonRadar.Fragment&version=0.11.0-beta&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
TON Fragment .NET SDK
A C# library to read auctions in fragment.com
How To Use
// A unified client to work with fragment.com different auctions.
var client = new FragmentClient();
// Reading all auctions with EndingSoon filter.
var auctionItems = await client.Numbers.GetAuctionsItemsAsync(SortType.EndingSoon);
// Reading all for-sale items.
var saleItems = await client.Numbers.GetSaleItemsAsync(FilterType.ForSale);
// Reading all sold items.
var soldItems = await client.Numbers.GetSoldItemsAuctionsAsync(FilterType.Sold);
How To Install
Install the package using:
dotnet add package TonRadar.Fragment
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net7.0
- ScrapySharp (>= 3.0.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.11.0-beta | 96 | 8/13/2023 |
0.10.0-beta | 86 | 8/11/2023 |
0.9.0-beta | 79 | 8/11/2023 |
0.8.0-beta | 83 | 8/11/2023 |
0.7.0-beta | 80 | 8/11/2023 |
0.6.0-beta | 78 | 8/11/2023 |
0.5.0-beta | 83 | 8/11/2023 |