Skip to content

Support for JSON-based post requests #34

@sophiebremer

Description

@sophiebremer

Is your feature request related to a problem? Please describe.
Posts are sent as FormData, which is backwards compatible, but harder to debug because of escape sequences.

Describe the solution you'd like
Mastodon API support JSON-based post requests since 2020 (at least), so we should reduce the code and make use of it.

Describe alternatives you've considered
Continue with complicated debugging and special processing for form data is not really an alternative in the long run.

Additional context
It is related to PR #29 and #33.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions