Skip to content

QuickbutikSharp is a C# and .NET library that helps developers easily authenticate with and manage Quickbutik stores.

License

Notifications You must be signed in to change notification settings

PrimePenguin/QuickbutikSharp

Repository files navigation

QuickbutikSharp: A .NET library for Quickbutik.

Quickbutik is a .NET library that enables you to authenticate and make API calls to Quickbutik. It's great for building custom Quickbutik Apps using C# and .NET. You can quickly and easily get up and running with Quickbutik using this library.

Installation

Quickbutik is available on NuGet. Use the package manager console in Visual Studio to install it:

Install-Package Quickbutik

If you're using .NET Core, you can use the dotnet command from your favorite shell:

dotnet add package Quickbutik

Using Quickbutik

Note: All instances of apiKey in the examples below do not refer to your Quickbutik API key. An access token is the token returned after authenticating and authorizing a Quickbutik app installation with a real Quickbutik store.

var service = new ProductService(apiKey);

APIS Implemented

  • Order
  • Product

About

QuickbutikSharp is a C# and .NET library that helps developers easily authenticate with and manage Quickbutik stores.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published