Search available listings with Harmony

For, example, I want to find all listings that can be booked from 2018-03-24 to 2018-03-26 in single request, with API query like:

GET /bookables/available?start=2018-03-24&end=2018-03-26&marketplaceId=3b80a974-f1eb-11e7-8361-c6c7b196e524

Harmony service https://github.com/sharetribe/harmony was publicly released year ago, and not updated since.
Maybe in current unreleased code, or next version there will be support for such API?

For now, I have resorted to establish external mysql connection and query Harmony database directly
https://pastebin.com/5TDurMF4

1 Like

Hi @zenik, are you still using Harmony in your platform? We are trying to delete the current harmony_db and start a new one and are having some problems…