zendesk / zendesk_api_client_rb

Official Ruby Zendesk API Client
http://developer.zendesk.com/
Apache License 2.0
388 stars 183 forks source link

Fix #294 Get article votes #485

Closed ecoologic closed 2 years ago

ecoologic commented 2 years ago

Allows retrieving article votes:

article = client.articles.find(id: 123)
article.votes.fetch!

See: