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
#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

TON Fragment .NET SDK

NuGet version (TonRadar.Fragment) Build and Deploy Build and Deploy

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 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.

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 85 8/13/2023
0.10.0-beta 78 8/11/2023
0.9.0-beta 70 8/11/2023
0.8.0-beta 74 8/11/2023
0.7.0-beta 71 8/11/2023
0.6.0-beta 67 8/11/2023
0.5.0-beta 75 8/11/2023