- Description:
- Go package to interact with Lemmy
- Owner:
- Last Change:
- Clone URL:
Commit Briefs
lemmy: implement client-side community, post caching
Servers now provide a Cache-Control header in the HTTP response, so we can use that for some dead simple caching.
fs: let it compile
yeah...
lemmy/fs: KISS. Keep posts and comments as files in the same dir
Kinda like NNTP.
cmd/Lemmy: show real usernames, render comment threads
To make this easier and smaller, we now use the lemmy package directly rather than the filesystem interface. Can't think of a nice way to use that filesystem (yet?).
lemmy: decode person, counts from API responses
We want these so we can render the info easily in clients
Branches
Tree
README.md
[![godocs.io](http://godocs.io/olowe.co/lemmy?status.svg)](http://godocs.io/olowe.co/lemmy) Package lemmy provides a client interface to a subset of the Lemmy HTTP API version 3. go get olowe.co/lemmy ## Development Please send patches, questions or a friendly "hello" to the [mailing list]: git send-email --to="~otl/public-inbox@lists.sr.ht" HEAD^ For those unfamiliar with this workflow, see [git-send-email.io] [mailing list]: https://lists.sr.ht/~otl/public-inbox [git-send-email.io]: https://git-send-email.io