mirror of
https://github.com/dkam/paapi.git
synced 2025-12-28 15:14:52 +00:00
Add client, request and response classes
This commit is contained in:
8
lib/aws_paa/client.rb
Normal file
8
lib/aws_paa/client.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
require 'rest-client'
|
||||
|
||||
module AwsPaa
|
||||
class Client
|
||||
def initialize(:access_key, :secret_key, :marketplace, partner_tag: nil, partner_type: 'Associates')
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user