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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This is the official Java SDK for Xero's API. It supports accounting, fixed asse
4
4
5
5
6
6
## Migrating from version 1.0 to 2.0 of SDK
7
-
We've made some big changes to our Java SDK with version 2.0.
7
+
We've made some big changes to our Java SDK with version 2.0. All code examples in this README are for version 2.0. We've archived [code samples for version 1.0 here](https://github.com/XeroAPI/Xero-Java/tree/master/example).
8
8
9
9
2.0 implements requests and responses for accounting API endpoints using JSON only. Don't worry we won't be removing any of the existing methods for XML, but will mark them as deprecated in favor of JSON.
10
10
@@ -72,7 +72,7 @@ For those using maven, add the dependency and repository to your pom.xml
0 commit comments