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.
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
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);
- Order
- Product