sharetribe / harmony

Availability management backend and API for Sharetribe marketplaces
https://www.sharetribe.com
Apache License 2.0
19 stars 11 forks source link

Show bookings endpoint #31

Closed ovan closed 7 years ago

ovan commented 7 years ago

Show bookable endpoint now accepts three new optional parameters: include, start and end. Using the include parameter caller can specify a set of resources to be included int he response (supports bookings now, blocks later). start and end are filters that limit the time range for fetching included resources. The same time range filter is shared between all included resources (for which time range filter is applicable).