Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: expose method to check availability of multiple rooms #5

Open
DeanKamali opened this issue Dec 28, 2017 · 1 comment
Open
Labels
feature A Feature Request good first issue A good issue for a new devleoper help wanted

Comments

@DeanKamali
Copy link

Hi,

Is it possible to to check availability of multiple rooms? in provided example, only one room can be checked.
Another thought, it would be nice to return room name in the availability object, would save lots of coding.
Thanks

 {
            weekdays: {
                from: '08:00', to: '20:00',
            },
            unavailability: [
                { from: '2017-02-06 00:00', to: '2017-02-16 00:00' }
            ]
        }
@quinnlangille
Copy link
Member

Hey @DeanKamali, based on what I've seen in the API, requesting multiple rooms doesn't seem possible. However, it seems as if it would be a good addition - I'll flag this as a feature request

@quinnlangille quinnlangille changed the title Multiple rooms availability check Feature: expose method to check availability of multiple rooms Oct 10, 2018
@quinnlangille quinnlangille added help wanted feature A Feature Request good first issue A good issue for a new devleoper labels Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A Feature Request good first issue A good issue for a new devleoper help wanted
Projects
None yet
Development

No branches or pull requests

2 participants