mirror of
https://github.com/dkam/paapi.git
synced 2025-12-28 07:04:53 +00:00
Add client, request and response classes
This commit is contained in:
11
lib/aws_paa.rb
Normal file
11
lib/aws_paa.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
require "aws_paa/version"
|
||||
|
||||
require 'aws_paa/client'
|
||||
require 'aws_paa/request'
|
||||
require 'aws_paa/response'
|
||||
|
||||
module AwsPaa
|
||||
class Error < StandardError; end
|
||||
class NotImplemented < StandardError; end
|
||||
# Your code goes here...
|
||||
end
|
||||
Reference in New Issue
Block a user