Skip to content

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
SidneyAllen committed Nov 15, 2018
1 parent 0c585a1 commit 3494a9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -294,7 +294,6 @@ import javax.servlet.http.HttpServletResponse;
import com.xero.api.ApiClient;
import com.xero.api.OAuthAccessToken;
import com.xero.api.client.AccountingApi;
import com.xero.model.Organisation;
import com.xero.models.accounting.Organisations;
import com.xero.api.Config;
import com.xero.api.JsonConfig;
@@ -425,7 +424,9 @@ The Xero Java SDK contains XeroClient which has helper methods to perform (Creat

```java
import com.xero.api.*;
import com.xero.model.*;
import com.xero.api.ApiClient;
import com.xero.api.client.AccountingApi;
import com.xero.models.bankfeeds.*;

// Get Xero API Resource - DEMONSTRATION ONLY get token from Cookie
TokenStorage storage = new TokenStorage();

0 comments on commit 3494a9f

Please sign in to comment.