Tall-Paul / PrimePenguin.WixSharp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WixSharp: A .NET library for Wix.

NuGet Build status license

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

Installation

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

Install-Package PrimePenguin.WixSharp

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

dotnet add package PrimePenguin.WixSharp

Using WixSharp

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

var service = new OrderService(shopAccessToken);

APIS Implemented

  • Order
  • Product
  • ProductVariant
  • AppInstance
  • Collection
  • InventoryItem

About

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

License:MIT License


Languages

Language:C# 99.8%Language:PowerShell 0.2%