Buy Buddy SDK for .NET.
Lead maintainer: Buğra Ekuklu (Chatatata).
The BuyBuddy .NET Software Development Kit makes your application integrate easily with BuyBuddy platform to create astonishing shopping experience.
This library provides a generic abstraction layer to access BuyBuddy platform in a modular way.
Our software development kit supports various installation methods.
You need to have NuGet installed on your computer.
You can use package manager to install the package.
PM> Install-Package BuyBuddy.SDK --version 0.0.1
You can install the package using dotnet
binary.
> dotnet add package BuyBuddy.SDK --version 0.0.1
NuGet also provides a way to use Paket CLI:
paket add BuyBuddy.SDK --version 0.0.1
BuyBuddy engineering team is always ready to support you.
All contributions are welcomed, you may open issues or pull requests regarding bug (or bug fixes), new features, or improvements and clarifications in documentations.
We really try hard to make everything found (including HTTP web services) in our platform open source, hence we expect patience from you while everything is going to be eligible.
Finally, please read our Code of Conduct.
> git clone https://github.com/heybuybuddy/BuyBuddy.NET.git/
.BuyBuddy.NET.sln
Visual Studio 2017 solution file.MIT