- Added all emoji-related API calls - create, edit, delete custom emojis - Added new functions _get_comment_ and _get_federated_instances_ - Other fixes per LemmyHttp updates
0.2.2
A bug was fixed (https://github.com/tjkessler/plemmy/pull/3) that caused a 400 error on _get_community_'s GET operation. Are other GET operations affected by similar bugs? Time to test!
Thanks to ihyoudou for the contribution.
0.2.1
- All optional arguments now default to None - Better POST/PUT/GET form generation - Bug squashing
0.2.0
- Added all remaining functions found in the [LemmyHttp documentation](https://join-lemmy.org/api/classes/LemmyHttp.html) - includes all POST, PUT, and GET operations - functions need testing!! - Next up: - unit testing - full documentation - example scripts
0.1.0
Just getting the project out there! Basic functionality has been implemented (log in, create comments/posts/communities, a few more), and more is to come. I'm writing methods alphabetically from [LemmyHttp's documentation](https://join-lemmy.org/api/classes/LemmyHttp.html).