module LivePaper

Constants

LP_API_HOST
VERSION

Public Class Methods

auth(auth_hash) click to toggle source
# File lib/live_paper.rb, line 19
def self.auth(auth_hash)
  LivePaperSession.new(auth_hash)
end