Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.19 KB

File metadata and controls

55 lines (34 loc) · 1.19 KB

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:

<<<<<<< Updated upstream

  • API version: 12.0.1 =======
  • API version: 12.0.2

Stashed changes

  • Package version: 11.0.1
  • 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