README.md states the following:
>>> ticket.comments[0]
[...]
Trying to access comments on a Ticket instance fails with the following error when using freshdesk.api.API or freshdesk.v2.api.API:
'Ticket' object has no attribute 'comments'
It works fine for freshdesk.v1.api.API.
README.md states the following:
Trying to access
commentson aTicketinstance fails with the following error when usingfreshdesk.api.APIorfreshdesk.v2.api.API:It works fine for
freshdesk.v1.api.API.