Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.11 KB

README.md

File metadata and controls

51 lines (30 loc) · 1.11 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:

  • API version: 8.0.0
  • Package version: 8.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