Coinbase 0.3.10
dotnet add package Coinbase --version 0.3.10
NuGet\Install-Package Coinbase -Version 0.3.10
<PackageReference Include="Coinbase" Version="0.3.10" />
paket add Coinbase --version 0.3.10
#r "nuget: Coinbase, 0.3.10"
// Install Coinbase as a Cake Addin #addin nuget:?package=Coinbase&version=0.3.10 // Install Coinbase as a Cake Tool #tool nuget:?package=Coinbase&version=0.3.10
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
GitHub repositories
This package is not used by any popular GitHub repositories.
History:v0.3.10 - 12/2/2014:
* Added Refund API functionality.
* Added SendMoney API functionality.
* Added GetOrder API functionality.
* Updated Nuget references.
v0.3.7 - 11/13/2014:
** 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.
v0.2.5 - 10/05/2014:
* Updated all Nuget Package Dependencies
* Removed missing App.config file from Coinbase.Tests project
v0.2.4 - 02/13/2014:
* Added support for new API Key + Secret.
* Deprecated single API Key
v0.2.3 - 01/23/2014:
* Added "mispaid" status to Status enum to avoid parsing error.
v0.2.2 - 12/04/2013:
* Added JsonNetBinderAttribute.cs for binding CoinbaseCallbacks.
* Made CreatedAt nullable to prevent deserialization errors.
* Updated documentation.
v0.2.1 - 12/01/2013:
* Fixing nuget deployment issue.
v0.2.0 - 12/01/2013:
* Removed Microsoft WebAPI HttpClient (version issues)
* Replaced with RestSharp
v0.1.0 - 12/01/2013:
* Bug fix in GetCheckoutUrl()
v0.1.0 - 12/01/2013:
* Initial implementation for payment checkout URL and button creation.