Fedihosting-Foundation / plemmy

A Python package for accessing the LemmyHttp API
Apache License 2.0
45 stars 15 forks source link

Bug fixes for GET operations #11

Closed tjkessler closed 1 year ago

tjkessler commented 1 year ago

Per issue https://github.com/tjkessler/plemmy/issues/10, get_posts and other GET operations did not pass form data to the request; form data is now passed as params, identical to the fix outlined in pull https://github.com/tjkessler/plemmy/pull/3.