Commit Graph

  • 4ad3b8d6fc Remove unneeded import and convert local import to relative krawieck 2020-08-06 12:11:41 +0200
  • 43ab1990d7 Implemented ParseDateFromJson method. Mikwk 2020-08-06 12:03:31 +0200
  • 2a89add283 Create `CommentEndpoint` krawieck 2020-08-05 23:59:10 +0200
  • 19c10d27f9 Move endponts to separate files to reduce clutter krawieck 2020-08-05 23:21:26 +0200
  • 8c0f211cf2 `PostEndpoint` created and with most methods created krawieck 2020-08-05 23:06:54 +0200
  • a7a0e4bf12 Added CommentView class along with autogenerated Json (de)serialization. Cleaned code in post.dart for it to be more readable. Moved ParseDateFromJson static method from PostView to UtilityClass in utility.dart, because it's also used by CommentView class. Mikwk 2020-08-05 17:33:59 +0200
  • cf09486479 TODO: Add methods and fields for comments associated with post. Mikwk 2020-08-05 17:03:21 +0200
  • 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. Mikwk 2020-08-05 13:17:52 +0200
  • a54325649f removed unneeded `jwt` variable from `LemmyAPI` krawieck 2020-08-04 17:49:46 +0200
  • f75bc05a01 Add `search` and `listCategories` #6 krawieck 2020-08-04 17:27:44 +0200
  • 1c8394549b Add barebones of user endpoint krawieck 2020-08-04 16:41:07 +0200
  • 1e1b3f2469
    Merge pull request #5 from krawieck/ci Filip Krawczyk 2020-08-02 20:59:18 +0200
  • fdfa6a55c1 added CI badge #5 shilangyu 2020-08-02 19:28:42 +0200
  • 19dbe8cf38 fixed linting issue shilangyu 2020-08-02 19:27:06 +0200
  • 69516f461a Added linter and CI setup shilangyu 2020-08-02 19:26:57 +0200
  • 93c06ce212 Update readme krawieck 2020-08-02 13:54:50 +0200
  • 58c70d715a first commit krawieck 2020-08-02 13:34:42 +0200