WuBook Community Forum

Full Version: !wired : Finding room's default availability
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to get room's default availability - not for specific date.
The availability column I fill in https://wubook.net/lodging/rooms/ROOMID/

Is there a way to this in !wired? fetch_rooms gives me just occupancy which is not what I searching for.
Hello,

you are right. Default price and default availability is missing from fetch_rooms().
You have now two new fields: `price` and `avail`.

I'm updating in a few the Wired docs too!

Thank you so much
(10-06-2014, 11:10 PM)yellow Wrote: [ -> ]Hello,

you are right. Default price and default availability is missing from fetch_rooms().
You have now two new fields: `price` and `avail`.

I'm updating in a few the Wired docs too!

Thank you so much

Thanks! fast response!