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

Add include_cohosted parameter to getReservations. If set to true, th… #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pbvillaflores
Copy link

…e function will also return all reservations from co-host listings.

Example usage:
var reservations = airbnb.getReservations({
offset: 0,
limit: 10
},
include_cohosted = true
)

…e function will also return all reservations from co-host listings.

Example usage:
           var reservations = airbnb.getReservations({
                offset: 0,
                limit: 10
              },
              include_cohosted = true
            )
@coveralls
Copy link

Pull Request Test Coverage Report for Build 69

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • 33 unchanged lines in 1 file lost coverage.
  • Overall coverage remained the same at 70.449%

Files with Coverage Reduction New Missed Lines %
build/main.js 33 69.89%
Totals Coverage Status
Change from base Build 51: 0.0%
Covered Lines: 307
Relevant Lines: 451

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants