@@ 6,6 6,16 @@ A Lemmy API wrapper written in Rust.
> ⚠️ **Note:** This is still in super early stages!
+The plan for now is the implement low-level
+[HTTP](https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol) and
+[Websocket](https://en.wikipedia.org/wiki/WebSocket) wrapper clients that provide a more convenient
+interface to the API, by defining all entity, views, aggregates and endpoints needed, and exposing
+methods such as `login`, `get_community`, `create_post` and so on.
+
+In the future, I hope to implement a high-level client that provides handier methods and a cache, as
+well as a nice command system to make writing bots way easier and quicker.
+
+
### Help and collaboration
We are on [sourcehut](https://sourcehut.com) which means GitHub-like issues are not a thing, and