Skip to content

PrimePenguin/FlaivySharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published