-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #148 from XeroAPI/sid-development
Clean up info & server details
- Loading branch information
Showing
6 changed files
with
26 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
openapi: 3.0.0 | ||
servers: | ||
- url: 'https://api.xero.com/api.xro/2.0' | ||
- url: 'https://virtserver.swaggerhub.com/Xero/accounting/2.0.0' | ||
info: | ||
title: Accounting API | ||
version: "2.0.0" | ||
|
@@ -10,6 +7,9 @@ info: | |
name: "Xero Platform Team" | ||
email: "[email protected]" | ||
url: "https://developer.xero.com" | ||
servers: | ||
- description: Xero Accounting API servers | ||
url: https://api.xero.com/api.xro/2.0 | ||
paths: | ||
/Accounts: | ||
parameters: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
openapi: 3.0.0 | ||
info: | ||
version: "1.0.0" | ||
version: "2.0.0" | ||
title: Bank Feeds API | ||
description: The Xero Bank Feeds API | ||
contact: | ||
name: Xero API team | ||
email: [email protected] | ||
description: This specifing endpoints Xero Bank feeds API | ||
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/" | ||
contact: | ||
name: "Xero Platform Team" | ||
email: "[email protected]" | ||
url: "https://developer.xero.com" | ||
license: | ||
name: MIT | ||
url: 'https://github.com/XeroAPI/Xero-OpenAPI/blob/master/LICENSE' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
openapi: 3.0.0 | ||
servers: | ||
- url: 'https://api.xero.com' | ||
info: | ||
version: "1.0.0" | ||
version: "2.0.0" | ||
title: Xero oAuth 2 identity service | ||
description: This specifing endpoints related to managing authentication tokens and identity for Xero API | ||
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/" | ||
contact: | ||
name: "Xero Platform Team" | ||
email: "[email protected]" | ||
url: "https://developer.xero.com" | ||
license: | ||
name: MIT | ||
url: 'https://github.com/XeroAPI/Xero-OpenAPI/blob/master/LICENSE' | ||
servers: | ||
- description: Xero Identity service API | ||
url: 'https://api.xero.com' | ||
paths: | ||
/connections: | ||
get: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
openapi: 3.0.0 | ||
servers: | ||
- description: Xero Payroll AU API | ||
url: https://api.xero.com/payroll.xro/1.0/ | ||
info: | ||
version: '1.0.0' | ||
version: '2.0.0' | ||
title: 'Xero Payroll AU' | ||
description: 'This is the Xero Payroll API for orgs in Australia region.' | ||
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/" | ||
contact: | ||
name: "Xero Platform Team" | ||
email: "[email protected]" | ||
url: "https://developer.xero.com" | ||
license: | ||
name: MIT | ||
url: 'https://github.com/XeroAPI/Xero-OpenAPI/blob/master/LICENSE' | ||
servers: | ||
- description: Xero Payroll AU API | ||
url: https://api.xero.com/payroll.xro/1.0/ | ||
tags: | ||
- name: PayrollAU | ||
description: Operations available to regular developers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters