Skip to content

MyCashFlowSharp is a .NET library that enables you to authenticate and make API calls to MyCashFlow

License

Notifications You must be signed in to change notification settings

PrimePenguin/MyCashFlowSharp

Repository files navigation

MyCashFlowSharp: A .NET library for MyCashFlow.

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

Installation

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

Install-Package PrimePenguin.MyCashFlowSharp

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

dotnet add package MyCashFlowSharp

Using MyCashFlowSharp

Note: All instances of user_name and password in the examples below do not refer to your MyCashFlow credentials.

var service = new ProductService(storName, userName, apiKey);

APIS Implemented

  • Order
  • Product

About

MyCashFlowSharp is a .NET library that enables you to authenticate and make API calls to MyCashFlow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published