Skip to content
Niels Buus edited this page Apr 7, 2016 · 10 revisions

Psync is a service that Lokalebasen has developed for easily integrating with our system.

We offer a full-blown API that allows you to do real-time updates of your items in our system with complete control, but we also offer Psync which is a middleware that sits between your system and our system. Psync can do the heavy-lifting of calling our API, by reading a feed from your system specifically tailored for Psync.

With Psync, you have only one task: Provide, at a publicly accessible url, one or two JSON feeds that conforms to our specification and you are good to go. We'll read (GET) the feed(s) once a day and do the rest of the work.

The purpose of this wiki is to help you build the feeds that will keep your items updated in our system.

Our system revolves around items for sale, from here on referred to as properties and items for rent, from here on referred to as locations.

For information about how to build a location feed, click here.

For information about how to build a property feed, click here.

Once you have set up a feed matching our specification and made it available at a url, send us the url so we can review the feed and set up Psync to read it daily.

Clone this wiki locally