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
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,19 +28,19 @@ The QuickBooks Online Java SDK provides a set of Java class libraries that make
28
28
* Change data that enables you to retrieve a list of entities modified during specified time points.
29
29
30
30
## Project Structure
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 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
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 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.
38
38
39
39
## First Use Instructions
40
-
1. Clone the GitHub repo to your computer
41
-
2. Import it to the IDE of your choice
40
+
1. Clone the GitHub repo to your computer.
41
+
2. Import it to the IDE of your choice.
42
42
43
-
## Testing the code & building artifacts
43
+
## Testing the Code & Building Artifacts
44
44
45
45
To test the code locally, follow the steps below:
46
46
@@ -49,10 +49,10 @@ To test the code locally, follow the steps below:
49
49
50
50
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.
Refer to [Java SDK Release Notes](https://developer.intuit.com/docs/0100_quickbooks_online/0400_tools/0005_sdks/0200_java/0080_quickbooks_java_sdk_release_notes).
54
54
55
-
## Contribute:
55
+
## Contribute
56
56
We greatly encourage contributions! You can add new features, report and fix existing bugs, write docs and
57
57
tutorials, or any of the above. Feel free to open issues and/or send pull requests.
58
58
@@ -61,12 +61,12 @@ article for more details about how to contribute.
61
61
62
62
Steps to contribute:
63
63
64
-
1. Fork this repository into your account on Github
65
-
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`
66
-
3. Design and develop your changes
67
-
4. Add/update unit tests
68
-
5. Create a pull request for review to request merge
69
-
6. Obtain approval before your changes can be merged
64
+
1. Fork this repository into your account on GitHub.
65
+
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`.
66
+
3. Design and develop your changes.
67
+
4. Add/update unit tests.
68
+
5. Create a pull request for review to request merge.
69
+
6. Obtain approval before your changes can be merged.
70
70
71
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