module Apiwha

Constants

VERSION

Public Instance Methods

new(api_key) click to toggle source
# File lib/apiwha.rb, line 8
def new(api_key)
  Api.new(api_key)
end