1
0
mirror of https://github.com/krawieck/lemmur/ synced 2024-12-15 10:04:13 +01:00
Un client android per lemmy - un'alternativa federata a reddit
Go to file
krawieck 8c0f211cf2 PostEndpoint created and with most methods created
methods created for:
* `POST /post`
* `GET  /post`
* `GET  /post/list`
* `POST /post/like`
* `PUT  /post`
* `POST /post/delete`
* `POST /post/remove`
* `POST /post/save`

I'm not implementing admin stuff cuz we don't need it for now,
and we keep track of what is yet to be added in #6

also we might need to move a bunch of stuff to separate files cuz it's getting cluttered in here
2020-08-05 23:06:54 +02:00
.github/workflows Added linter and CI setup 2020-08-02 19:26:57 +02:00
android first commit 2020-08-02 13:34:42 +02:00
ios first commit 2020-08-02 13:34:42 +02:00
lib PostEndpoint created and with most methods created 2020-08-05 23:06:54 +02:00
test fixed linting issue 2020-08-02 19:27:06 +02:00
.gitignore first commit 2020-08-02 13:34:42 +02:00
.metadata first commit 2020-08-02 13:34:42 +02:00
analysis_options.yaml Added linter and CI setup 2020-08-02 19:26:57 +02:00
pubspec.lock Added linter and CI setup 2020-08-02 19:26:57 +02:00
pubspec.yaml Added linter and CI setup 2020-08-02 19:26:57 +02:00
README.md added CI badge 2020-08-02 19:28:42 +02:00

lemmur

A lemmy mobile client