An OpenAPI (Swagger) specification for the Xero API with OAuth 2.0 security schema.
This repository holds the official Xero OpenAPI descriptions.
OpenAPI spec 3.0 In Release (used for one or more SDKs)
📢 Announcement for all active contributors for Xero-OpenAPI repo 📢
We have enabled commit linting in this repo to ensure that all commit messages follow the conventional commits standards. Please make sure your commit messages are properly formatted or the PR checks will fail. 🚫
You can refer to the conventional commits documentation for better understanding.
Context:
We have automated the release process in xero-OpenAPI using semantic-release package. In brief this package analyses all the commits in the repo to determine the next version number, generate the release notes and publish the package, hence the commit message is important for the release to happen successfully. Please read more on the conventional commit documentation before landing your commits, each commit message will determine the release notes !
Example:
If your commit message is - feat: added a new parameter in the get_account method
- It will do a minor version update.
Following release notes will be generated -
Release notes
Feature -
- added a new parameter in the get_account method
If your commit message is - fix: fixed the null issue with get_invoice method
- It will do a patch version update.
Following release notes will be generated -
Release notes
Fix -
- fixed the null issue with get_invoice method
if your commit message is as below it will do a major version update (Breaking change)
chore!: drop support for Node 6
BREAKING CHANGE: use JavaScript features not available in Node 6
We are using OpenAPI generator along with these OAS yaml files to generate our new SDKs.
There are lots of tools available for viewing and editing OpenAPI descriptions in a nicely formatted way. A popular tool is SwaggerHub - a version of which is hosted here.
Once you sign up or login, you can create a new API under your account and import a Xero API spec.
If you find something missing or incorrect please open an issue or send us a pull request.
This software is published under the MIT License.
Copyright (c) 2019 Xero Limited
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.