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/awaitsupport. -
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,