Skip to main content

Python client API for private XERO applications.

Project description

Xero API provides a client authentication module and some of the XERO API Resources for your Private Application to entegrate with XERO accounting system. Typical usage often looks like this:

from xeroapi.client import Client
from xeroapi.resources import XOrganization

CONSUMER_KEY = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
CONSUMER_SECRET = "YYYYYYYYYYYYYYYYYYYYYYYYYYYYYY"
PATH_TO_YOUR_PRIVATE_KEY = "/path/to/your/private_key.pem"

xero_client = Client(CONSUMER_KEY, CONSUMER_SECRET, PATH_TO_YOUR_PRIVATE_KEY)
print "Your organization name in XERO is: ", XOrganization.get(xero_client)

Please refer to API Overview http://blog.xero.com/developer/api-overview/ to start.

Client

Includes the authentication and information exhange methods.

  • uses oauth2 for authorization.

  • signs all API calls using your private key with the RSA-SHA1 signature method.

  • includes get/put/post methods which converts xml data to python dictionaries.

Please refer to the Atuhentication with the XERO API <http://blog.xero.com/developer/api-overview/authentication/> section for details.

Resources

Defines the X based classes for the following XERO resources:

  • Accounts

  • Organizations

  • AccountTypes

  • Contacts

  • Invoices

  • Items

  • BrandingThemes

  • TaxRates

Adding new resources is easy. Plese refer to the Xero Developer API <http://blog.xero.com/developer/api/> for the whole list of resources.

Contributors

The Beesdom Team:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

XeroAPI-0.0.6.tar.gz (12.8 kB view details)

Uploaded Source

File details

Details for the file XeroAPI-0.0.6.tar.gz.

File metadata

  • Download URL: XeroAPI-0.0.6.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for XeroAPI-0.0.6.tar.gz
Algorithm Hash digest
SHA256 36739ac6fc9c7aee73bdf4ccc558eabf478752a664bee84d51a9757a03e22ea6
MD5 d7103550507453558c15485b75de4728
BLAKE2b-256 453217ca005f21741535c1e59ef27acffada1e016b5fef0a1f07def380189553

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page