~tmpod/remmy

7b8eb28b72e9e74024ac15907f8226d25522f35f — Tmpod 1 year, 7 months ago ac2cdb1 staging
Add a small plan to the README
1 files changed, 10 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +10 -0
@@ 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