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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The QuickBooks Online Java SDK provides a set of Java class libraries that make
17
17
18
18
* Ability to perform single and batch processing of CRUD operations on all QuickBooks Online entities.
19
19
* A common interface to the Request and Response Handler with two implemented classes to handle both synchronous and asynchronous requests.
20
-
* Support for both XML and JSON Request and Response format.
20
+
* Support for both XML and JSON Request and Response formats.
21
21
* Ability to configure app settings in the configuration file requiring no additional code change.
22
22
* Support for Gzip and Deflate compression formats to improve performance of Service calls to QuickBooks Online.
23
23
* Retry policy constructors to help apps handle transient errors.
@@ -29,9 +29,9 @@ The QuickBooks Online Java SDK provides a set of Java class libraries that make
29
29
30
30
## Project Structure
31
31
* ipp-v3-java-data - contains all entities and entity dependencies that are used in data services operations
32
-
* ipp-v3-java-devkit - core component, contains rest API support
33
-
* ipp-java-qbapihelper - contains Quickbooks API Helper methods for OAuth, Disconnect and Reconnect API
34
-
* oauth2-platform-api - contains Quickbooks API Helper methods for obtaining OAuth2 tokens, Disconnect and Reconnect API for OAuth2 apps
32
+
* ipp-v3-java-devkit - core component, contains REST API support
33
+
* ipp-java-qbapihelper - contains Quickbooks Online API Helper methods for OAuth, Disconnect and Reconnect API
34
+
* oauth2-platform-api - contains Quickbooks Online API Helper methods for obtaining OAuth2 tokens, Disconnect and Reconnect API for OAuth2 apps
35
35
36
36
## System Requirements
37
37
The SDK works on JDK 1.6 and above.
@@ -68,7 +68,7 @@ Steps to contribute:
68
68
5. Create a pull request for review to request merge
69
69
6. Obtain approval before your changes can be merged
70
70
71
-
Note: Before you submit the pull request, make sure to remove the keys and tokens from [ippdevkit.properties](https://github.com/intuit/QuickBooks-V3-Java-SDK/blob/master/ipp-v3-java-devkit/src/test/resources/ippdevkit.properties) that you might have added for testing purpose.
71
+
Note: Before you submit the pull request, make sure to remove the keys and tokens from [ippdevkit.properties](https://github.com/intuit/QuickBooks-V3-Java-SDK/blob/master/ipp-v3-java-devkit/src/test/resources/ippdevkit.properties) that you might have added for testing.
0 commit comments