Module: PinterestShare

Defined in:
lib/pinterest_share.rb,
lib/pinterest_share/errors.rb,
lib/pinterest_share/version.rb,
lib/pinterest_share/generation.rb,
lib/pinterest_share/configuration.rb

Defined Under Namespace

Classes: Generation, InvalidHttpUrl

Constant Summary collapse

VERSION =
"0.0.1"
ALLOWED_FIELDS =
%w[
  description
  media
  url
].map(&:to_sym)
REQUIRED_FIELDS =
%w[
  media
  url
].map(&:to_sym)
BASE_PATH =
'http://pinterest.com/pin/create/button/?'