Ruby wrapper library to consume Roomorama's API 1.0
client = RoomoramaApi::Client.setup { |config| config.token = 'Your OAuth token' }
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)
client.get_availabilities(selection_hash)
client.update_availabilities(availabilities_hash)
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)