Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Releases: tuneuptechnology/tuneuptechnology-python

v3.0.0

22 Jun 02:12
2dcd85c
Compare
Choose a tag to compare
  • Updates entire library to be compliant with the new v2 API (endpoints, HTTP methods, etc)
  • Build requests via a Client now providing your email and api_key
  • Added optional base_url and timeout options to client
  • Module names are now plural
  • The Client now checks if an email and api_key is provided and raises an error if not
  • Removed utils module (pretty print)
  • Added unit tests (closes #1)

v2.2.0

21 Feb 00:22
Compare
Choose a tag to compare
  • Adds timeout on HTTP requests
  • Adds try/except block arround HTTP requests
  • Changes internal function name from response to _make_http_request

v2.1.0

06 Feb 06:25
Compare
Choose a tag to compare
  • Changed all classmethods to staticmethods
  • Added user-agent to requests (closes #4)
  • Linting and formatting changes
  • Switched from Pylint to Flake8
  • Added GitHub Actions

v2.0.0

17 Apr 20:13
33057a8
Compare
Choose a tag to compare
  • Updated naming scheme of all classes and functions to match other client libraries (breaking change)

v1.0.0

05 Apr 05:54
Compare
Choose a tag to compare
  • Initial release
  • Added all methods for customers, tickets, inventory, and locations
  • Added examples and documentation