Module: PauboxRails::Forms

Defined in:
lib/paubox_rails/forms.rb,
lib/paubox_rails/forms/client.rb

Defined Under Namespace

Classes: BadRequestError, Client, Error, ForbiddenError, MissingApiKeyError, NotFoundError, UnauthorizedError

Constant Summary collapse

BASE_URL =
'https://api.paubox.com/forms'.freeze

Class Method Summary collapse

Class Method Details

.client(**options) ⇒ Object



14
15
16
# File 'lib/paubox_rails/forms.rb', line 14

def self.client(**options)
  Client.new(**options)
end