We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de958b commit ea629f7Copy full SHA for ea629f7
1 file changed
example/src/main/resources/config.json
@@ -1,14 +1,14 @@
1
{
2
"AppType" : "PUBLIC",
3
- "UserAgent" : "XeroJavaPublic",
+ "UserAgent" : "YouAppName",
4
"Accept" : "application/xml",
5
- "ConsumerKey" : "WTC7OFFMWXGQZOMATU6OJ1J50XBAKG",
6
- "ConsumerSecret" : "GJ2P9FWOAMGBNNE9Q4NXJEZL2UWJWZ",
+ "ConsumerKey" : "——YOUR-CONSUMER-KEY—",
+ "ConsumerSecret" : "——YOUR-CONSUMER-SECRET—",
7
"ApiBaseUrl" : "https://api.xero.com",
8
"ApiEndpointPath" : "/api.xro/2.0/",
9
"RequestTokenPath": "/oauth/RequestToken",
10
"AuthenticateUrl" : "/oauth/Authorize",
11
"AccessTokenPath" : "/oauth/AccessToken",
12
- "CallbackBaseUrl" : "http://awsxero01-env.us-west-2.elasticbeanstalk.com",
+ "CallbackBaseUrl" : "https://localhost",
13
"CallbackPath" : "/CallbackServlet"
14
}
0 commit comments