1
0
mirror of https://github.com/krawieck/lemmur/ synced 2024-12-15 10:04:13 +01:00
Commit Graph

656 Commits

Author SHA1 Message Date
Mikwk
cf09486479 TODO:
Add methods and fields for comments associated with post.
2020-08-05 17:03:21 +02:00
Mikwk
b5e8620931 Implemented PostView class.
Added auto generated JSON (de)serialization of PostView class by json_serializable package.
Added required packages and dependencies in pubsec.yalm:
 - json_annotation: ^3.0.1,
 - json_serializable: ^3.3.0,
 - build_runner: ^1.10.0.
TODO:
Implement ParseDateFromJson static method in PostView class.
2020-08-05 13:17:52 +02:00
krawieck
a54325649f removed unneeded jwt variable from LemmyAPI 2020-08-04 17:49:46 +02:00
krawieck
f75bc05a01 Add search and listCategories #6
Add endpoints for:
* `GET /categories`
* `POST /search`
2020-08-04 17:27:44 +02:00
krawieck
1c8394549b Add barebones of user endpoint 2020-08-04 16:41:07 +02:00
krawieck
58c70d715a first commit 2020-08-02 13:34:42 +02:00