Skip to content

Template for GET requests utilizing the Teamwork Desk API

License

Notifications You must be signed in to change notification settings

stephen-eades/teamwork-desk-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

teamwork-desk-API

Template that can be used for GET requests to automate support/ticketing processes utilizing the available Teamwork Desk API

Overview

This python template has the initial code for performing GET requests that can be used to gather information from your companies Teamwork desk inboxes. The full API documentation is available at http://developer.teamwork.com/desk/

For support email desk@teamwork.com

Setup

  • Must have Python installed: check with Python --version in your terminal.
  • It's best to run this with Python 3; but Python 2 should be ok.
  • Assumes user has PIP (see https://pip.pypa.io/en/stable/installing)
  • Install Requests library pip install requests
  • Install Urllib3 pip install urllib3

Usage

Within the PARAMETERS section:

Within the GET REQUEST section:

  • Formats your call and provides a response status message
  • If successful, it will output the headers

Within the CONSUME REQUEST section:

  • Outputs the data in json format using our imported Pretty Print module.

About

Template for GET requests utilizing the Teamwork Desk API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages