QuickbutikSharp 0.0.1
See the version list below for details.
dotnet add package QuickbutikSharp --version 0.0.1
NuGet\Install-Package QuickbutikSharp -Version 0.0.1
<PackageReference Include="QuickbutikSharp" Version="0.0.1" />
paket add QuickbutikSharp --version 0.0.1
#r "nuget: QuickbutikSharp, 0.0.1"
// Install QuickbutikSharp as a Cake Addin #addin nuget:?package=QuickbutikSharp&version=0.0.1 // Install QuickbutikSharp as a Cake Tool #tool nuget:?package=QuickbutikSharp&version=0.0.1
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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. |
.NET Core | netcoreapp2.2 is compatible. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.2
- Newtonsoft.Json (>= 12.0.2)
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.2.0 | 481 | 4/1/2024 |
1.1.0 | 1,613 | 6/29/2022 |
1.0.7 | 858 | 6/4/2021 |
1.0.6 | 435 | 4/20/2021 |
1.0.5 | 368 | 4/15/2021 |
1.0.4 | 350 | 4/13/2021 |
1.0.3 | 419 | 3/1/2021 |
1.0.2 | 538 | 12/3/2020 |
1.0.1 | 367 | 12/3/2020 |
1.0.0 | 546 | 9/17/2020 |
0.0.16 | 573 | 7/31/2020 |
0.0.15 | 451 | 7/31/2020 |
0.0.14 | 479 | 7/31/2020 |
0.0.13 | 453 | 7/30/2020 |
0.0.12 | 565 | 4/29/2020 |
0.0.11 | 671 | 12/9/2019 |
0.0.10 | 497 | 10/11/2019 |
0.0.9 | 652 | 9/24/2019 |
0.0.8 | 529 | 9/16/2019 |
0.0.7 | 529 | 9/13/2019 |
0.0.6 | 515 | 9/11/2019 |
0.0.5 | 520 | 9/11/2019 |
0.0.4 | 492 | 9/5/2019 |
0.0.3 | 506 | 9/2/2019 |
0.0.2 | 535 | 8/31/2019 |
0.0.1 | 543 | 8/31/2019 |