Quickfile Nuget package

Hi Everyone,

At MearTechnology, we’ve integrated the QuickFile API into a wide range of projects over the years. To streamline our workflow and stop reinventing the wheel with every new build, we’ve consolidated our logic into a dedicated NuGet package, and we’re opening it up to the community.

QuickFile.Net is designed to take the headache out of manual API calls, handling the heavy lifting of authentication and request formatting so you can focus on building your app.

Get Started

  • NuGet Package: Quickfile.Net

  • Installation: dotnet add package Quickfile.Net

Key Features

  • Simple Authentication: No more manual MD5 signature hashing, just provide your credentials and let the wrapper handle the security headers.

  • Async First: Built for modern .NET applications with full async/await support.

  • Type Safety: Uses strongly-typed objects for common entities like Invoices, Clients, and Estimates.

Contribute & Support

This is an open-source effort, and we’d love for the community to help it grow. Whether you find a bug or need a specific endpoint added:

  • Report Issues: Please feel free to reach out via NuGet or our repository.

  • Fork & Pull: If you’ve written a helper for an endpoint we haven’t covered yet, PRs are more than welcome!

We hope this makes your next QuickFile integration easier and a lot faster.

Best regards,

1 Like

This is fantastic. I have some endpoints not covered so will look to support soon.

1 Like

More than happy to add them if you would like. Which ones are missing?

Apologies - you have covered them all.

That’s not an issue, something could have been missed :slight_smile:

Feel free to use it, or fork it. If you find any issues, let us know :slight_smile: