Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

prograsdk/impala_rb

Repository files navigation

Impala

CircleCI codecov

Under development

Usage

First, configure Impala to use your API key

Impala.configure do |config|
  config.api_key = # Your secret API key here ...
end

You are now set up to interact with the Impalal web API. Start by creating a new hotel object.

hotel = Impala::Hotel.new(hotel_id)

Now, you can get and create guests, bookings and whatever Impala provides.

booking = hotel.booking(booking_id)
guests = booking.guests

About

Ruby bindings for the Impala web API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published