The room post methods are used to fetch information related to the room. To access the room object, you can utilize the Highrise class instance. For example, if your instance is named "bot", you can call the room method using bot.room.
Any subsequent method invoked belongs to the room. For instance, bot.room.players.get()
.
Below are examples demonstrating a list of all available methods in the room class: