enbas/internal/client
Dan Anglin 1a95384ba0
feat: followers and following others
This commit adds the ability to follow and unfollow (remote)
accounts and to display a list of followers and followees for
a specified account.

Changes:

- Added a command to follow an account.
- Added a command to unfollow an account.
- When displaying an account you can optionally view the relationship
  between that account and yourself.
- Added a command to view accounts that are following a specified
  account.
- Added a command to view accounts that are followed by a specified
  account.
2024-05-20 17:31:50 +01:00
..
accounts.go feat: followers and following others 2024-05-20 17:31:50 +01:00
client.go refactor: split files in internal client package 2024-02-27 20:05:03 +00:00
follow.go feat: followers and following others 2024-05-20 17:31:50 +01: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
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