Commits
- Commit:
53469cfb86b05905dd8bb219db400e31be3f0169
- From:
- Oliver Lowe <o@olowe.co>
- Date:
lemmy: decode published, updated times
Now that the Lemmy API returns nice timestamps, it's all done
automatically by Go's JSON package.
- Commit:
3035f1740e0c871f69032fd48aa8427079e225d8
- From:
- Oliver Lowe <o@olowe.co>
- Date:
lemmy: start decoding users in API responses
This commit adds tests too as it's starting to get a bit trickier.