Skip to content

Tags: Fedihosting-Foundation/lemmy-lib

Tags

v0.0.17

Toggle v0.0.17's commit message
Update dependencies in poetry.lock

Upgraded several package versions including "astroid", "bandit", "certifi", and "coverage". Added new dependencies "attrs", "boltons", "bracex", and "click-option-group". These changes aim to improve compatibility and introduce additional features offered by the latest versions.

v0.0.16

Toggle v0.0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #10 from Fedihosting-Foundation/dependabot/pip/fla…

…ke8-7.0.0

Bump flake8 from 6.1.0 to 7.0.0

v0.0.15

Toggle v0.0.15's commit message
Fix logging

v0.0.14

Toggle v0.0.14's commit message
Fix logging

v0.0.13

Toggle v0.0.13's commit message
functions to LemmyLib

This commit involves the creation of new functions to handle private messages in the Lemmy library. These functions include retrieving, updating, deleting, and creating private messages. With these functionalities, it's easier to manage communications directly from the library.

v0.0.12

Toggle v0.0.12's commit message
Fix purge

v0.0.11

Toggle v0.0.11's commit message
Fix purge

v0.0.10

Toggle v0.0.10's commit message
Use enum value for 'listing_type' in api calls

The bug in the API calls for listing comments and posts within the 'lemmylib' library has been fixed. The 'type_' parameter key was previously incorrectly expecting the entire 'listing_type' enum instance, but it now correctly expects the 'value' attribute of the 'listing_type' enum instance.

v0.0.9

Toggle v0.0.9's commit message
Use enum value for 'listing_type' in api calls

The bug in the API calls for listing comments and posts within the 'lemmylib' library has been fixed. The 'type_' parameter key was previously incorrectly expecting the entire 'listing_type' enum instance, but it now correctly expects the 'value' attribute of the 'listing_type' enum instance.

v0.0.8

Toggle v0.0.8's commit message
Fixed another bug