Skip to content

Latest commit

 

History

History

README.md

xero-python

These endpoints are related to managing authentication tokens and identity for Xero API

The xero_python package is automatically generated by the XeroAPI SDK 2.0 Codegen project:

  • API version: 11.1.0
  • Package version: 10.0.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit https://developer.xero.com

Requirements.

Python 3.5+

Getting Started

In your own code, to use this library to connect and interact with xero-python, you can run the following:

import time
import xero_python
from xero_python.exceptions import ApiException
from pprint import pprint

Documentation For Authorization

BasicAuth

  • Type: HTTP basic authentication

OAuth2

Author