Skip to content

Commit

Permalink
Merge pull request #148 from XeroAPI/sid-development
Browse files Browse the repository at this point in the history
Clean up info & server details
  • Loading branch information
SidneyAllen authored Feb 13, 2020
2 parents d4df0b9 + bc82341 commit b2d6245
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 17 deletions.
6 changes: 3 additions & 3 deletions accounting-yaml/Xero_accounting_2.0.0_swagger.yaml
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"
Expand All @@ -10,6 +7,9 @@ info:
name: "Xero Platform Team"
email: "api@xero.com"
url: "https://developer.xero.com"
servers:
- description: Xero Accounting API servers
url: https://api.xero.com/api.xro/2.0
paths:
/Accounts:
parameters:
Expand Down
2 changes: 1 addition & 1 deletion assets-yaml/Xero_assets_1.0.0_swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "1.0.0"
version: "2.0.0"
title: Xero Assets API
description: This is the Xero Assets API
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down
12 changes: 7 additions & 5 deletions bankfeeds-yaml/Xero_bankfeeds_1.0.0_swagger.yaml
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: api@xero.com
description: This specifing endpoints Xero Bank feeds API
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
contact:
name: "Xero Platform Team"
email: "api@xero.com"
url: "https://developer.xero.com"
license:
name: MIT
url: 'https://github.com/XeroAPI/Xero-OpenAPI/blob/master/LICENSE'
Expand Down
10 changes: 7 additions & 3 deletions identity-yaml/Xero-identity-1.0.0-swagger.yaml
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: "api@xero.com"
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:
Expand Down
11 changes: 7 additions & 4 deletions payroll-au-yaml/Xero-payroll-au-1.0.0-swagger.yaml
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: "api@xero.com"
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
Expand Down
2 changes: 1 addition & 1 deletion projects-yaml/Xero-projects-1.0.0-swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "1.0.0"
version: "2.0.0"
title: Xero Projects API
description: This is the Xero Projects API
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down

0 comments on commit b2d6245

Please sign in to comment.