Skip to main content

Python library for interfacing with the TeamSupport API

Project description

Python TeamSupport Client

Build Status Latest Version

Python library for interfacing with the TeamSupport XML API, using demands.

Free software: MIT license

Features

  • Client methods parse response content in order to return LXML Element objects

  • Converting Python dictionaries into XML for POST and PUT calls

  • Simple models for Tickets and Actions.

Usage

from teamsupport.services import TeamSupportService

client = TeamSupportService(TEAMSUPPORT_ORG_ID, TEAMSUPPORT_AUTH_KEY)

# Fetch all tickets without custom fields
tickets = client.get_tickets()

# Update description of a ticket
client.update_ticket_action(
    ticket_id, action_id, data={'Description': 'New description'})

# Get an action using the model
from teamsupport.models import Action
action =  Action(client, ticket_id, action_id)

print(action.Description)  # Prints 'New description'

Changelog

0.1.0 (2015-09-10)

  • First release on PyPI.

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

teamsupport-0.1.0.tar.gz (6.0 kB view details)

Uploaded Source

File details

Details for the file teamsupport-0.1.0.tar.gz.

File metadata

  • Download URL: teamsupport-0.1.0.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for teamsupport-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ceec1289f97955d23b2beb6ddfdfaab037d35b4ba808b5f989fede058cda4d82
MD5 08415bf53cdef11a8e6a7d1e272a6f2d
BLAKE2b-256 42c866146bae8ce2db6dc680341ab073cd1a6b6ea3bc1a56d6647eb8b3f3e593

See more details on using hashes here.

Supported by

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