XeroAPI / xero-python-custom-connections-starter

Custom Connections starter app for xero-python and client_credentials grant
MIT License
1 stars 5 forks source link

Xero Python Custom Connection Starter

This is a starter app with the code to get you interacting with the Xero API using the xero-python SDK and OAuth 2.0 Client Credentials authorisation method.

You'll be able to connect to a Xero Organisation and make real API calls - we recommend you connect to the Demo company. Please use your Demo Company organisation for your testing. Here is how to turn it on.

Getting Started

Prerequirements

Download the code

Local installation

Create a Xero App

To obtain your API keys, follow these steps and create a Xero app

Configure API keys

Take it for a spin

This starter app functions include:

License

This software is published under the MIT License.

Copyright (c) 2020 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.