Quickbooks API Helper for Oauth

Quickbooks API Helper Project for OAuth, Disconnect and Reconnect

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.intuit.quickbooks-online
ArtifactId

ArtifactId

ipp-java-qbapihelper
Last Version

Last Version

5.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Quickbooks API Helper for Oauth
Quickbooks API Helper Project for OAuth, Disconnect and Reconnect

Download ipp-java-qbapihelper

How to add to project

<!-- https://jarcasting.com/artifacts/com.intuit.quickbooks-online/ipp-java-qbapihelper/ -->
<dependency>
    <groupId>com.intuit.quickbooks-online</groupId>
    <artifactId>ipp-java-qbapihelper</artifactId>
    <version>5.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.intuit.quickbooks-online/ipp-java-qbapihelper/
implementation 'com.intuit.quickbooks-online:ipp-java-qbapihelper:5.0.5'
// https://jarcasting.com/artifacts/com.intuit.quickbooks-online/ipp-java-qbapihelper/
implementation ("com.intuit.quickbooks-online:ipp-java-qbapihelper:5.0.5")
'com.intuit.quickbooks-online:ipp-java-qbapihelper:jar:5.0.5'
<dependency org="com.intuit.quickbooks-online" name="ipp-java-qbapihelper" rev="5.0.5">
  <artifact name="ipp-java-qbapihelper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intuit.quickbooks-online', module='ipp-java-qbapihelper', version='5.0.5')
)
libraryDependencies += "com.intuit.quickbooks-online" % "ipp-java-qbapihelper" % "5.0.5"
[com.intuit.quickbooks-online/ipp-java-qbapihelper "5.0.5"]

Dependencies

compile (7)

Group / Artifact Type Version
org.openid4java : openid4java jar 0.9.8
net.sf.kxml : kxml2 jar 2.2.2
oauth.signpost : signpost-core jar 1.2.1.1
oauth.signpost : signpost-commonshttp4 jar 1.2
org.slf4j : slf4j-api jar 1.7.25
org.apache.httpcomponents : httpclient jar 4.5.3
org.apache.httpcomponents : httpcore jar 4.4.6

test (3)

Group / Artifact Type Version
org.testng : testng jar 6.11
org.slf4j : slf4j-log4j12 jar 1.7.25
log4j : log4j jar 1.2.17

Project Modules

There are no modules declared in this project.

SDK Banner

V3-JAVA-SDK

Help: Support, Samples
Documentation: User Guide, JavaDocs
Continuous Integration: Build Status
Maven: Data Devkit
License: Apache 2

Overview

The QuickBooks Online Java SDK provides a set of Java class libraries that make it easier to call QuickBooks Online APIs, and access to QuickBooks Online data. Some of the features included in this SDK are:

  • Ability to perform single and batch processing of CRUD operations on all QuickBooks Online entities.
  • A common interface to the Request and Response Handler with two implemented classes to handle both synchronous and asynchronous requests.
  • Support for both XML and JSON Request and Response formats.
  • Ability to configure app settings in the configuration file requiring no additional code change.
  • Support for Gzip and Deflate compression formats to improve performance of Service calls to QuickBooks Online.
  • Retry policy constructors to help apps handle transient errors.
  • Logging mechanisms for trace and request/response logging.
  • Query Filters that enable you to write Intuit queries to retrieve QuickBooks Online entities whose properties meet a specified criteria.
  • Queries for accessing QuickBooks Reports.
  • Sparse Update to update writable properties specified in a request and leave the others unchanged.
  • Change data that enables you to retrieve a list of entities modified during specified time points.

Project Structure

  • ipp-v3-java-data - contains all entities and entity dependencies that are used in data services operations.
  • ipp-v3-java-devkit - core component, contains REST API support.
  • ipp-java-qbapihelper - contains QuickBooks Online API Helper methods for OAuth, Disconnect and Reconnect API. [This artifact is deprecated with v6.0.0]
  • oauth2-platform-api - contains QuickBooks Online API Helper methods for obtaining OAuth2 tokens, Disconnect and Reconnect API for OAuth2 apps.
  • payments-api - Payments SDK for V2 API, contains methods for charge, echeck, token, card and bank account APIs.

System Requirements

The SDK works on JDK 1.7 and above.

First Use Instructions

  1. Clone the GitHub repo to your computer.
  2. Import it to the IDE of your choice.

Testing the Code & Building Artifacts

To test the code locally, follow the steps below:

  1. cd to the project directory
  2. Run the command: mvn install - this will run the unit test, build the project and generate data, devkit, qbapihelper(OAuth1.0a), oauth2-platform(OAuth2) jars

Note: To build out individual components such as ipp-v3-java-data.jar or ipp-v3-java-devkit.jar, remove parent dependency from the pom.xml of the respective projects and run maven install on the individual project folders.

Release Notes

Refer to Java SDK Release Notes.

Contribute

We greatly encourage contributions! You can add new features, report and fix existing bugs, write docs and tutorials, or any of the above. Feel free to open issues and/or send pull requests.

The master branch of this repository contains the latest stable release of the SDK, while snapshots are published to the develop branch. In general, pull requests should be submitted against develop by forking this repo into your account, developing and testing your changes, and creating pull requests to request merges. See the Contributing to a Project article for more details about how to contribute.

Steps to contribute:

  1. Fork this repository into your account on GitHub.
  2. Clone your forked repository (not our original one) to your hard drive with git clone https://github.com/YOURUSERNAME/QuickBooks-V3-Java-SDK.git.
  3. Design and develop your changes.
  4. Add/update unit tests.
  5. Create a pull request for review to request merge.
  6. Obtain approval before your changes can be merged.

Note: Before you submit the pull request, make sure to remove the keys and tokens from ippdevkit.properties that you might have added for testing.

Thank you for your contribution!

com.intuit.quickbooks-online

Intuit

Powering prosperity around the world.

Versions

Version
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.1.1
4.1.0
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.9.6
2.9.5
2.9.4
2.9.3
2.9.2
2.9.1
2.9.0