module Allegro

Constants

API_URI
AUTH_URI
VERSION

Attributes

client[R]

Public Class Methods

new(client_id, secret) click to toggle source
# File lib/allegro-api.rb, line 11
def initialize(client_id, secret)
  @client = Allegro::Client.new(client_id, secret)
end