sjkingo / python-freshdesk

An API for the Freshdesk helpdesk
BSD 2-Clause "Simplified" License
87 stars 67 forks source link

Updates to allow Comments (Notes & Replies) to contain attachments #82

Closed dtolan closed 8 months ago

dtolan commented 2 years ago

Using previous coding practice (see TicketAPI:create_ticket) Updated the CommentAPI to allow for addition of attachments

The additional changes (After line 271) are automatic updates done by Visual Studio Code formatting (pylint)