class LittleLight::Client

Public Class Methods

new(api_key) click to toggle source
# File lib/little_light/client.rb, line 17
def initialize(api_key)
  @headers = {"x-api-key" => api_key,  "Content-Type" => "application/json" }
end