This guide will describe how versioning works with the various data sources we provide through the LiveBy API.
LiveBy provides many different API Sources. Some sources might give you real time Real Estate Market Statistics while others might give you access to add and remove users. For a complete list of data sources, visit our home page.
Each of our data sources is maintained independently. For this reason, each data source has its own version number. The LiveBy API does not have a single version number.
This is why you might see the Real Estate Market Statistics API have one version number, and the Demographics API having another.
<https://api.liveby.com/v4/market-statistics>
<https://api.liveby.com/v1/demographics>
When there is a breaking change, the version number for the entire data source the endpoint belongs to will be updated, but only for that data source alone.
Version numbers will be updated when breaking changes occur. Breaking changes include:
We do not have a set policy on how long any version will be supported. We will however support each version for as long as possible and make sure that deprecations are well documented and ample time is given to update your project.