Metadata >> NuGet >> Coinbase

Coinbase

Metadata

Authors Brian Chavez
Copyrights Copyright 2015
Description A .NET implementation for the Coinbase API for online payments. The Coinbase API is a way to seamlessly pay for goods or services online utilizing Coinbase and Bitcoins for low-cost payment processing.
IconUrl https://raw.githubusercontent.com/bchavez/Coinbase/master/Docs/coinbase.png
LicenseUrl http://opensource.org/licenses/MIT
Owners Brian Chavez
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: * Added Refund API functionality. * Added SendMoney API functionality. * Added GetOrder API functionality. * Updated Nuget references. - Pull Requests from: ryanmwilliams v0.3.7: ** BREAKING CHANGES ** * Moved MVC specific code into new NuGet library. Please use Coinbase.Mvc for your MVC projects. * Issue #3 fixed - ASCII HMAC encoding now uses UTF8. * Issue #4 fixed - Input string not a valid integer. * Using new http://api.coinbase.com API endpoint. * Third-party references updated: Newtonsoft, RestSharp * Coinbase's ObjectModel updated. * Namespace refactorings: Order, ButtonReqeust, etc are now in Coinbase.ObjectModel. * Support for handling subscription payments. * Using FluentValidation (not signed) to ease with versioning/upgrades. - Pull Requests from: ElanHasson v0.2.5: * Updated all Nuget Package Dependencies * Removed missing App.config file from Coinbase.Tests project v0.2.4: * Added support for new API Key + Secret. * Deprecated single API Key v0.2.3: * Added "mispaid" status to Status enum to avoid parsing error. v0.2.2: * Added JsonNetBinderAttribute.cs for binding CoinbaseCallbacks. * Made CreatedAt nullable to prevent deserialization errors. * Updated documentation. v0.2.1: * Fixing nuget deployment issue. v0.2.0: * Removed Microsoft WebAPI HttpClient (version issues) * Replaced with RestSharp v0.1.0: * Bug fix in GetCheckoutUrl() v0.1.0: * Initial implementation for payment checkout URL and button creation.
RequireLicenseAcceptance False
Summary A .NET implementation for the Coinbase API for online payments. The Coinbase API is a way to seamlessly pay for goods or services online utilizing Coinbase and Bitcoins low-cost payment processing. See, http://coinbase.com
Tags bitcoin coinbase api payment money merchant checkout cart gateway bank
Dependencies FluentValidation:5.6.2:net40|Newtonsoft.Json:[7.0, 8.0):net40|RestSharp:105.2.3:net40
PackageSize 69455
PackageHashAlgorithm SHA512
PackageHash pXnTojtlR99E3HgleqF8btVLj27LN8xwnc6Z3eCzhGtM1vyEKQmQBkBGitCsYMOPnT9PZWrPFKYLEIRrFMfiUw==
DownloadCount 000000
CreatedDate 2015-09-11T18:45:34

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

OpenWrap

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

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