Module: Desk::Client::Topic

Included in:
Desk::Client
Defined in:
lib/desk/client/topic.rb

Instance Method Summary collapse

Instance Method Details

#topic_endpointsObject



5
6
7
8
9
# File 'lib/desk/client/topic.rb', line 5

def topic_endpoints
  [ :list, :show, :create, :update, :delete,
    :list_translations, :show_translation, :create_translation,
    :update_translation, :delete_translation ]
end