You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,6 +35,7 @@ The QuickBooks Online Java SDK provides a set of Java class libraries that make
35
35
* ipp-v3-java-devkit-shaded-assembly - builds lightweight version (some dependencies excluded)
36
36
* ipp-v3-java-devkit-javadoc - contains javadoc for data and devkit classes
37
37
* ipp-java-qbapihelper - contains Quickbooks API Helper methods for OAuth, Disconnect and Reconnect API
38
+
* oauth2-platform-api - contains Quickbooks API Helper methods for obtaining OAuth2 tokens, Disconnect and Reconnect API for OAuth2 apps
38
39
39
40
## System Requirements
40
41
The SDK works on JDK 1.6 and above.
@@ -47,10 +48,8 @@ The SDK works on JDK 1.6 and above.
47
48
48
49
To test the code locally, follow the steps below:
49
50
50
-
1. Update keys and tokens in [ippdevkit.properties](https://github.com/intuit/QuickBooks-V3-Java-SDK/blob/master/ipp-v3-java-devkit/src/test/resources/ippdevkit.properties) (Not sure how to get the tokens? Refer this [blog](https://developer.intuit.com/hub/blog/2016/04/25/quick-start-to-quickbooks-online-rest-api-with-oauth1-0) post to get on boarded with OAuth1 quickly.)
51
-
52
-
2. cd to the project directory
53
-
3. Run the command: `mvn install` - this will run the unit test, build the project and generate data & devkit jars
51
+
1. cd to the project directory
52
+
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
54
53
55
54
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.
0 commit comments