Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 800 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 800 Bytes

FlaivySharp: A .NET library for Flaivy.

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

Installation

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

Install-Package Flaivy

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

dotnet add package Flaivy

Using Flaivy

Note: All instances of accessToken in the examples below do not refer to your Flaivy accessToken.

var service = new ProductService(accessToken);

APIS Implemented

  • Order
  • Product