Releases: santiher/python-helpscout-v2
Releases · santiher/python-helpscout-v2
v2.0.0
v1.0.1
v1.0.0
- The hit method has been renamed to hit_.
- hit now returns a list and does not need to be nexted.
- Also specific resources and their endpoints can be accessed by chaining attributes calls or getting items to the client. E.g.:
client.conversations[121901].threads.get()
.