class Lita::Handlers::OnewheelNasaApod

Public Instance Methods

handle_cosmos(response) click to toggle source
# File lib/lita/handlers/onewheel_nasa_apod.rb, line 12
def handle_cosmos(response)
  response.reply RestClient::get('https://kpp0tmzh76.execute-api.us-west-2.amazonaws.com/prod/nasaapod')
end