Module: Lockme::Request

Extended by:
Forwardable
Includes:
HTTParty
Defined in:
lib/lockme/request.rb

Overview

HTTParty wrapper including some basic configuration

Constant Summary collapse

HEADERS =
{
  'User-Agent'    => 'Ruby.Lockme.Api',
  'Accept'        => 'application/json',
  'Content-Type'  => 'application/json'
}.freeze
API_VERSION =
'1.1'