Lyho API

Lyho API let's you access the database using JSON over HTTP. Below is the list of API methods:

Searching for Entries


Iterating Over Entries

To get the first entry in a collection an empty id parameter should be used. For getting next entries the ID of the previous entry should be used.


Retrieving Single Entries


Downloading Media


Replicating Changes

Each entry in Lyho database has a field editId which defines the edit time of the entry and is updated and increased on every edit. With the methods below it is possible to get entries that has been edited after the last replicated edit.