AzureNotificationRestApi 2.8.0

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

// Install AzureNotificationRestApi as a Cake Tool
#tool nuget:?package=AzureNotificationRestApi&version=2.8.0

https://github.com/iosamolgaikwad/AzureHubNotifications/blob/master/README.md

AzureHubNotifications

Integration of azure cloud messaging center to receive the notifications & Azure Rest API's & Method Integration to send the notification.

Please refer below steps for How to broadcast azure notification from your application.

  1. Add AzureNotificationRestApi package in your PCL solution.

  2. Use below apis

    APIManager.SingletonInstance.SetAzureConfigurations("Access Endpoint","NameSpace","Hub Name"); await APIManager.SingletonInstance.SendNotificationWithTags("Notification Description","TagName",PlatformEnum.All);

Thats all you need to do to enable serverless notification functioanlity.

I would like to help you incase of anything so please email me on amolgaikwad1323@gmail.com.

There are no supported framework assets in this 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
2.8.0 1,687 11/21/2017
2.7.0 953 11/21/2017
2.6.0 940 11/21/2017
2.5.0 955 10/17/2017
2.4.0 957 10/16/2017
2.3.0 1,052 10/11/2017
2.2.0 942 10/11/2017
2.1.0 943 10/11/2017
2.0.0 1,010 10/11/2017
1.0.0 1,014 10/8/2017

Azure notification Messaging component does not provide send notification or get Tags apis.
This package covered below features in first release.
1. Send Notification directly  from app without backend system.
2. It communicates with azure notification hub using SAS Authentication mechanism
3. Get Tags/ Registration api's available in this release