module Frontapp::Client::Events

Public Instance Methods

events(params = {}) click to toggle source
# File lib/frontapp/client/events.rb, line 5
def events(params = {})
  list("events", params)
end
get_event(event_id) click to toggle source

Parameters Name Type Description


event_id string Id of the requested event


# File lib/frontapp/client/events.rb, line 14
def get_event(event_id)
  get("events/#{event_id}")
end