enbas/internal/client
Dan Anglin ecc8d51c09
feat: private notes
This commit allows users to add or remove private notes from
accounts.

Changes:

- feat: added functionality to add or remove private notes from
  accounts.
- fix: added new error types or unsupported add and remove
  operations.
- build: build Enbas without rebuilding all packages by default to
  speed up local builds for development.
2024-05-22 11:58:56 +01:00
..
accounts.go feat: private notes 2024-05-22 11:58:56 +01:00
client.go refactor: split files in internal client package 2024-02-27 20:05:03 +00:00
instance.go fix: fixed file name 2024-02-27 20:06:13 +00:00
lists.go feat: add and remove accounts from a list 2024-05-19 11:48:36 +01:00
preferences.go feat: show user preferences 2024-05-20 19:46:05 +01:00
register.go refactor: remove dependency on golang.org/x/oauth2 2024-02-25 06:41:13 +00:00
statuses.go refactor: split files in internal client package 2024-02-27 20:05:03 +00:00
timelines.go refactor: split files in internal client package 2024-02-27 20:05:03 +00:00
token.go refactor: remove dependency on golang.org/x/oauth2 2024-02-25 06:41:13 +00:00