CoinForBarter 1.0.0

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

// Install CoinForBarter as a Cake Tool
#tool nuget:?package=CoinForBarter&version=1.0.0

CoinForBarter V1 dotnecore Library

How to use

<cd>Install-Package CoinForBarter -Version 1.0.0 </cd>

using CoinForBarter;

var c4b = new CoinforBarter(PUBLIC_KEY, SECRET_KEY, SECRET_HASH);

var customers = c4b.Customers.findAll();

For staging, Use TEST API Keys. For production, use LIVE API KEYS. You can get your PUBLIC_KEY and SECRET_KEY from the CoinForBarter dashboard.

Go here to get your API Keys.

Turn on Test Mode to get TEST API KEYS and Turn off Test Mode to get LIVE API KEYS

CoinForBarter Services exposed by the library

  1. Customer
    Methods
    • findAll
    • findOne
    • create
    • update
  2. BankAccount
    Methods
    • getBankAccountName
    • create
    • findAll
    • findOne
    • makePrimary
    • getBanks
  3. Payment
    Methods
    • findOne
    • findAll
    • create
    • setCurrency
    • lockCurrency
    • getPaymentUpdates
    • cancel
  4. PaymentPlan
    Methods
    • findAll
    • findOne
    • create
    • update
  5. PaymentPlanSubscriber
    Methods
    • create
    • findOne
    • findAll
    • remove
  6. Payout
    Methods
    • findAll
    • findOne
  7. Transaction
    Methods
    • findAll
    • findOne
    • verify
    • events
    • getFee
    • webhook
  8. Transfer
    Methods
    • findAll
    • findOne
    • create
    • getFee
  9. WalletAddress
    Methods
    • create
    • findAll
    • findOne
    • makePrimary
  10. Webhook
    Methods
    • validate
  11. Misc
    Methods
    • getCountries
    • getBalance
    • getCurrencies

All methods can be called this way


var customers = c4b.Customer.findAll();

i.e


 c4b:{
    [service]:method
 }


<cd>methods take data according to their definition</cd>

For more information on the services listed above, visit the CoinForBarter documentation

CoinForBarter V1 NodeJs Library is an MIT -licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

  - Author - [Chukwu, Joshua Tochukwu](https://www.linkedin.com/in/joshua-chukwu-653196192/)
  - Website - [https://coinforbarter.com](https://coinforbarter.com/)
  - Twitter - [@joshua3379](https://twitter.com/joshua3379)

License

CoinForBarter is MIT licensed.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • No dependencies.

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
1.0.0 314 8/9/2021