QuickBooks Online API integration with OAuth authentication and data access capabilities.
| Latest prerelease | 1.0.0-beta.3 |
| Stable release | none yet (prerelease only) |
| Downloads | 1,209 |
| Last published | 2025-10-21 |
| Target frameworks | net10.0 |
Install
dotnet add package TimeWarp.QuickBooks --prerelease
TimeWarp.QuickBooks
TimeWarp.QuickBooks is a .NET library for QuickBooks Online integration.
Give a Star! :star:
If you like or are using this project please give it a star. Thank you!
Features
- Easy authentication with QuickBooks Online API
- Simple interfaces for common QuickBooks operations
- Comprehensive testing with TimeWarp.Fixie
- Designed with modern .NET practices
Getting started
To quickly get started I recommend reviewing the samples in this repo.
Installation
dotnet add package TimeWarp.QuickBooks
You can see the latest NuGet packages from the official TimeWarp NuGet page.
CI/CD Pipeline
This project uses GitHub Actions for continuous integration and deployment:
- CI Build: Runs on pull requests to validate code quality
- Release Build: Automatically publishes new versions to NuGet when pushed to the master branch
Required GitHub Secrets
To use the GitHub Actions workflows, you need to configure the following secret in your repository:
PUBLISH_TO_NUGET_ORG: Your NuGet API key for publishing packages
Documentation
Comprehensive documentation is available in the Documentation directory:
- User Documentation - How to use the library
- Developer Documentation - How to contribute or extend the library
Development Process
This project follows the Kanban methodology for task management. You can find current work in the Kanban directory.
Running Tests
pwsh run-tests.ps1
Contributing
We welcome contributions! Please see our contribution guidelines for details.
Unlicense
Contact
Sometimes the GitHub notifications get lost in the shuffle. If you file an issue and don't get a response in a timely manner feel free to ping on our Discord server.
Acknowledgments
- TimeWarp.Fixie for testing infrastructure