Skip to content

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

Open
pbvillaflores wants to merge 1 commit into
zxol:masterfrom
pbvillaflores:master
Open

Add include_cohosted parameter to getReservations. If set to true, th…#37
pbvillaflores wants to merge 1 commit into
zxol:masterfrom
pbvillaflores:master

Conversation

@pbvillaflores
Copy link
Copy Markdown

…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
Copy Markdown

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.

2 participants