ApiSharp 2.2.1

dotnet add package ApiSharp --version 2.2.1
NuGet\Install-Package ApiSharp -Version 2.2.1
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="ApiSharp" Version="2.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ApiSharp --version 2.2.1
#r "nuget: ApiSharp, 2.2.1"
#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 ApiSharp as a Cake Addin
#addin nuget:?package=ApiSharp&version=2.2.1

// Install ApiSharp as a Cake Tool
#tool nuget:?package=ApiSharp&version=2.2.1

Base for Rest Api, Websocket Api, Tcp Socket Api Wrappers

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on ApiSharp:

Package Downloads
OKX.Api

OKX V5 Api Wrapper. Up-to-date, most-complete, well-organized, well-documented, easy-to-use, multi-task and multi-thread compatible OKX Cryptocurrency Exchange Rest and Websocket Api Wrapper

Paribu.Api

Paribu Unofficial API Wrapper. Up-to-date, most-complete, well-organized, well-documented, easy-to-use, multi-task and multi-thread compatible Paribu Cryptocurrency Exchange Rest and Websocket Api Wrapper

Binance.Api

Binance API Wrapper. Up-to-date, most-complete, well-organized, well-documented, easy-to-use, multi-task and multi-thread compatible Binance Cryptocurrency Exchange Rest and Websocket Api Wrapper

Bybit.Api

Bybit API v5 Wrapper. Up-to-date, most-complete, well-organized, well-documented, easy-to-use, multi-task and multi-thread compatible Bybit Cryptocurrency Exchange Rest and Websocket Api Wrapper

Gate.IO.Api

Gate.IO API v4 Wrapper. Up-to-date, most-complete, well-organized, well-documented, easy-to-use, multi-task and multi-thread compatible Gate.IO Cryptocurrency Exchange Rest and Websocket Api Wrapper

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.1 55 3/27/2024
2.2.0 94 3/25/2024
2.1.0 138,834 2/5/2024
2.0.5 2,040 12/10/2023
2.0.3 690 11/17/2023
2.0.0 549 11/14/2023
1.5.0 250,210 8/5/2023
1.4.1 2,300 8/3/2023
1.4.0 1,691 7/28/2023
1.3.6 4,029 6/16/2023
1.3.5 616 6/13/2023
1.3.3 5,632 5/1/2023
1.3.2 637 4/30/2023
1.3.1 1,651 4/19/2023
1.3.0 1,304 4/18/2023
1.2.9 643 4/18/2023
1.2.8 1,390 4/18/2023
1.2.7 1,133 4/17/2023
1.2.6 2,952 3/24/2023
1.2.5 718 3/21/2023
1.2.3 732 3/13/2023
1.2.2 890 3/7/2023
1.2.1 842 2/24/2023
1.2.0 1,082 2/22/2023
1.1.8 736 2/20/2023
1.1.7 879 2/17/2023
1.1.6 879 2/14/2023
1.1.5 734 2/14/2023
1.1.1 729 2/13/2023
1.1.0 1,434 2/10/2023
1.0.6 1,068 1/30/2023
1.0.5 885 1/29/2023
1.0.2 840 1/29/2023
1.0.1 861 1/27/2023
1.0.0 777 1/27/2023

Version 2.2.1 - 27 Mar 2023
* Fixed minor bugs

Version 2.2.0 - 25 Mar 2023
* Refactored some parts according to the latest C# features
* Added some XML comments (summaries)
* Merge pulled request https://github.com/burakoner/ApiSharp/pull/5
* Fixed minor issues
* Dependencies Updated

Version 2.1.0 - 05 Feb 2023
* Microsoft.Extensions.Logging updated to 8.0.0
* Microsoft.Extensions.Logging.Abstractions updated to 8.0.0
* Merge pulled request https://github.com/burakoner/ApiSharp/pull/4
* Fixed issue https://github.com/burakoner/ApiSharp/issues/3