module Geckoboard
Constants
- BadRequestError
- BaseError
- ConflictError
- USER_AGENT
- UnexpectedStatusError
- VERSION
Public Class Methods
client(api_key)
click to toggle source
# File lib/geckoboard.rb, line 17 def self.client(api_key) Client.new(api_key) end