Skip to content

roomorama/roomorama-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Roomorama API

Ruby wrapper library to consume Roomorama's API 1.0

Usage

client = RoomoramaApi::Client.setup { |config| config.token = 'Your OAuth token' }

Covered methods

Properties

client.get_properties
client.get_property(property_hash)
client.create_property(property_hash)
client.update_property(property_hash)
client.set_instantly_available(property_hash)
client.get_units(property_hash)
client.get_unit(property_unit_hash)
client.create_unit(unit_hash)
client.update_unit(property_unit_hash)

Availabilities

client.get_availabilities(selection_hash)
client.update_availabilities(availabilities_hash)

Images

client.get_images(room_hash)
client.get_image(image_hash)
client.create_image(image_hash)
client.update_image(image_hash)
client.reorder_images(order_hash)

About

Ruby wrapper library to consume Roomorama's API 1.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages