Methods for QuickBooks entity operations #113
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I would like to contribute to this project to make it a fully-equipped Node.js client for Intuit.
I have recently worked with an Intuit QuickBooks App development for Node.js wherein I used intuit-oauth and wrote my own methods for different operations on QuickBooks. Can we integrate Intuit operations into this package? Thus everything can be found at single place and it will be Intuit's own package.
This fork currently only performs create and get operations for the most commonly used QuickBooks online entities. I am planning to work on it further to add all QuickBooks online operations and additional features to this package.
Please add me as a contributor if my proposal (and code) is acceptable to you.
I assure the following -
Additional explanation -
I have added realmId to OAuthClient object. This will allow a person to directly enter realmId while creating the client instance. Thus if a person has the refresh token and realmId for an app, they can directly set the realmId and refresh their access token without having to authenticate their app again.