CoinForBarter 1.0.0
dotnet add package CoinForBarter --version 1.0.0
NuGet\Install-Package CoinForBarter -Version 1.0.0
<PackageReference Include="CoinForBarter" Version="1.0.0" />
paket add CoinForBarter --version 1.0.0
#r "nuget: CoinForBarter, 1.0.0"
// 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
Customer
Methods
- findAll
- findOne
- create
- update
BankAccount
Methods
- getBankAccountName
- create
- findAll
- findOne
- makePrimary
- getBanks
Payment
Methods
- findOne
- findAll
- create
- setCurrency
- lockCurrency
- getPaymentUpdates
- cancel
PaymentPlan
Methods
- findAll
- findOne
- create
- update
PaymentPlanSubscriber
Methods
- create
- findOne
- findAll
- remove
Payout
Methods
- findAll
- findOne
Transaction
Methods
- findAll
- findOne
- verify
- events
- getFee
- webhook
Transfer
Methods
- findAll
- findOne
- create
- getFee
WalletAddress
Methods
- create
- findAll
- findOne
- makePrimary
Webhook
Methods
- validate
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 | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
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 | 355 | 8/9/2021 |