Module: Booker::V4::RequestHelper

Included in:
Booker::V41::Availability, Booker::V41::Booking, Booker::V41::Merchant, CommonREST
Defined in:
lib/booker/v4/request_helper.rb

Constant Summary collapse

DEFAULT_PAGINATION_PARAMS =
{
  UsePaging: true,
  PageSize: Integer(ENV['BOOKER_DEFAULT_PAGE_SIZE'] || 10),
  PageNumber: 1
}