Arke.ARI 3.0.0-beta1

This is a prerelease version of Arke.ARI.
dotnet add package Arke.ARI --version 3.0.0-beta1
NuGet\Install-Package Arke.ARI -Version 3.0.0-beta1
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="3.0.0-beta1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Arke.ARI --version 3.0.0-beta1
#r "nuget: Arke.ARI, 3.0.0-beta1"
#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=3.0.0-beta1&prerelease

// Install Arke.ARI as a Cake Tool
#tool nuget:?package=Arke.ARI&version=3.0.0-beta1&prerelease

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 net6.0 is compatible.  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. 
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 206 8/16/2023
2.0.1 369 7/19/2023
2.0.0 198 6/23/2023
1.4.1 152 6/23/2023
1.4.0 137 6/21/2023
1.3.0 1,864 6/23/2020

v3.0.0-beta
Removing RestSharp
Removing Newtonsoft.Json
Removing WebSocket4Net
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