BeaconpushSharp
Metadata
| Authors | Anders Fjeldstad |
|---|---|
| Copyrights | Copyright 2012 Anders Fjeldstad |
| Description | BeaconspushSharp is a C# wrapper for the Beaconpush REST API. |
| LicenseUrl | https://github.com/Hihaj/BeaconpushSharp/blob/master/license.txt |
| Owners | Anders Fjeldstad |
| ProjectUrl | https://github.com/Hihaj/BeaconpushSharp |
| ReleaseNotes | Breaking change: the Beacon constructor now takes the base url of the service as an argument. This change was introduced as a result of the cloud-hosted Beaconpush service being discontinued. |
| RequireLicenseAcceptance | False |
| Tags | Beaconpush WebSockets long-polling push |
| Title | BeaconpushSharp |
Access
You can access data for this project using the tools and addresses described below.
NuGet (nuget.exe)
- Installing the package (HTTP Basic authentication):
-
nuget install BeaconpushSharp -Source http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
- Installing the package (pre-authenticated):
-
nuget install BeaconpushSharp -Source http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
NuGet (Package Manager Console)
- Installing the package (search all configured feeds):
-
Install-Package BeaconpushSharp
- Installing the package (HTTP Basic authentication):
-
Install-Package BeaconpushSharp -Source http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
- Installing the package (pre-authenticated):
-
Install-Package BeaconpushSharp -Source http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
- Uinstalling the package:
-
Uninstall-Package BeaconpushSharp
OpenWrap
- Installing the package:
-
o add-wrap BeaconpushSharp
- Uninstalling the package:
-
o remove-wrap BeaconpushSharp
Versions
A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.
