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
Added missing OrganisationID from the Organisation Endpoint
Refactored RowType to be separate object
Use new RowType object for ReportRow and ReportRow properties
Update custom RSA SIgning example in README
@@ -74,7 +79,7 @@ Add the dependency to your pom.xml. Gradle, sbt and other build tools can be fo
74
79
<dependency>
75
80
<groupId>com.github.xeroapi</groupId>
76
81
<artifactId>xero-java</artifactId>
77
-
<version>2.2.11</version>
82
+
<version>2.2.12</version>
78
83
</dependency>
79
84
80
85
@@ -205,6 +210,20 @@ You can provide your own signing mechanism by using the `public AccountingApi(Co
205
210
206
211
You can also provide a `RsaSignerFactory` using the `public RsaSignerFactory(InputStream privateKeyInputStream, String privateKeyPassword)` constructor to fetch keys from any InputStream.
0 commit comments