enbas/internal/client
Dan Anglin c0f1f7d03a
All checks were successful
REUSE Compliance Check / check (push) Successful in 11s
feat: deleting statuses
This commit adds support for deleting statuses.

Before sending the delete request to the instance, Enbas will first
verify that the status that the user wants to delete actually belongs to
them.

The user has the option to save the text of the deleted status. This
will be written to a text file within the cache directory.

PR: #48
Resolves: #44
2024-08-16 18:53:08 +01:00
..
accounts.go refactor: update client package 2024-08-02 08:15:15 +01:00
client.go refactor: update client package 2024-08-02 08:15:15 +01:00
errors.go chore: REUSE.toml 2024-08-01 04:01:38 +01:00
instance.go refactor: update client package 2024-08-02 08:15:15 +01:00
lists.go refactor: update client package 2024-08-02 08:15:15 +01:00
media.go feat: add more support for media attachments 2024-08-15 21:40:17 +01:00
poll.go fix(BREAKING): update poll interaction 2024-08-14 11:29:30 +01:00
preferences.go refactor: update client package 2024-08-02 08:15:15 +01:00
register.go style: ran gofmt 2024-08-02 13:04:40 +01:00
statuses.go feat: deleting statuses 2024-08-16 18:53:08 +01:00
timelines.go refactor: update client package 2024-08-02 08:15:15 +01:00
token.go refactor: update client package 2024-08-02 08:15:15 +01:00