Metadata >> NuGet >> Coinbase.Mvc

Coinbase.Mvc

Metadata

Authors Brian Chavez, Elan Hasson
Copyrights Copyright 2015
Description Provides support for instant payment notification handling for Asp.net MVC projects.
IconUrl https://raw.githubusercontent.com/bchavez/Coinbase/master/Docs/coinbase.png
LicenseUrl http://opensource.org/licenses/MIT
Owners Brian Chavez, Elan Hasson
ProjectUrl https://github.com/bchavez/Coinbase
ReleaseNotes History: v0.3.14: * Added debug symbols and source to symbolserver.org for easier debugging experience. * Updated RestSharp reference. v0.3.12: * Removed obsolete constructor . * Fixed #18 - CoinbaseApi constructor having null baseURL. v0.3.11: * Improved Refund API support * Added Order.Status.Expired for merchant callbacks. v0.3.10 - 12/2/2014: * Added Refund API functionality. * Added SendMoney API functionality. * Added GetOrder API functionality. * Updated Nuget references. - Pull Requests from: ryanmwilliams v0.3.7 - 11/13/2014: * Using new ObjectModel namespace refactoring. * Compiled against .NET 4.5 which is required for latest MVC references. * Using FluentValidation (not signed) to ease with versioning/upgrades. v0.1.0 - 10/05/2014: * Split out classes that have dependencies on ASP.Net into new package Coinbase.Mvc. - Pull Requests from: ElanHasson
RequireLicenseAcceptance False
Summary Removes need to have ASP.Net runtime present from the Coinbase main package.
Tags bitcoin coinbase api payment money merchant checkout cart gateway bank mvc IPN
Dependencies Microsoft.AspNet.Mvc|Microsoft.AspNet.Razor|Microsoft.AspNet.WebPages|Microsoft.Web.Infrastructure|Newtonsoft.Json:[7.0, 8.0)|Coinbase:0.3.14
PackageSize 9628
PackageHashAlgorithm SHA512
PackageHash ruyn7/CEL2WjNnDfze/eiN9ieHEh+3h3S4I3OJ/Khh5Ag0LE+v1tNbULRTOt8r+4jrZvuuUmolQn7SxvIQlRWw==
DownloadCount 000000
CreatedDate 2015-09-11T18:46:21

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 Coinbase.Mvc -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Coinbase.Mvc -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 Coinbase.Mvc
Installing the package (HTTP Basic authentication):
Install-Package Coinbase.Mvc -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Coinbase.Mvc -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Coinbase.Mvc

OpenWrap

Installing the package:
o add-wrap Coinbase.Mvc
Uninstalling the package:
o remove-wrap Coinbase.Mvc

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.

Name Related
0.3.14