sjkingo / python-freshdesk

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

AttributeError: 'SolutionCategoryAPI' object has no attribute 'list_categories_translated' #92

Open sglebs opened 1 month ago

sglebs commented 1 month ago

I have been using this for ages:


freshdesk_api.solutions.categories.list_categories()

But today I tried this:

freshdesk_api.solutions.categories.list_categories_translated("pt")

but got this:

AttributeError: 'SolutionCategoryAPI' object has no attribute 'list_categories_translated'

Is the documentation wrong? How can I see the APIs really supported?