btrask / stronglink

A searchable, syncable, content-addressable notetaking system
Other
1.04k stars 39 forks source link

Server API #39

Open btrask opened 9 years ago

btrask commented 9 years ago

Right now we have a client API over HTTP that is reasonably well documented. We also want to have a "server API" that is for using StrongLink as an embedded library. This interface should be more powerful and expose more of the implementation (like file IDs).

We already have StrongLink.h which might be the basis of this API, although probably not everything in there should be exposed.