Arke.ARI 2.0.1

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Arke.ARI --version 2.0.1
NuGet\Install-Package Arke.ARI -Version 2.0.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="Arke.ARI" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Arke.ARI --version 2.0.1
#r "nuget: Arke.ARI, 2.0.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 Arke.ARI as a Cake Addin
#addin nuget:?package=Arke.ARI&version=2.0.1

// Install Arke.ARI as a Cake Tool
#tool nuget:?package=Arke.ARI&version=2.0.1

Arke.ARI

Arke.ARI is a fork of the AsterNET.ARI project started by the AsterNET team.. It allows you to develop against Stasis ARI for Asterisk using modern .NET platforms.

Where to get Arke.ARI

Nuget http://www.nuget.org/packages/Arke.ARI/

PM> Install-Package Arke.ARI

Releases https://github.com/seiggy/Arke.ARI/releases

Current Development

  • Support for ARI Events
  • Support for ARI Actions
  • Support for ARI Models
  • Middleware Support
  • AsterNET ARI Proxy
  • Async/Await Support
  • Supports ARI up to Asterisk 20
  • Fully virtualized to support mocking for unit tests

AsterNET on IRC

Join in the conversation on Freenode, #asternet

Cross Platform

Arke.ARI is built ontop of .NET Standard 2.0, so it will support all modern and supported .NET platforms.

Examples

Example Usage

coming soon

Example Applications

Blog

You can read about AsterNET.ARI and the original AsterNET framework on my blog: www.xdev.net or follow me on twitter (@benjmerrills) to get involved.

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

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
3.0.0-beta1 252 8/16/2023
2.0.1 378 7/19/2023
2.0.0 201 6/23/2023
1.4.1 157 6/23/2023
1.4.0 139 6/21/2023
1.3.0 1,875 6/23/2020

v2.0.1
Fixing RestSharp v107 case bug
v2.0.0
Migrating project fully to .NET Standard 2.0 as Microsoft no longer supports .NET Framework 4.5
Refactoring all classes to be virtualized in order to support better unit testing practices
Upgraded all packages to latest versions
Upgraded ARI to Asterisk 20