gotosocial/internal/api/client/accounts
tobi 382512a5a6
[feature] Implement /api/v2/instance endpoint (#1409)
* interim: start adding /api/v2/instance

* finish up
2023-02-02 14:08:13 +01:00
..
account_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
accountcreate.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
accountcreate_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
accountdelete.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
accountdelete_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
accountget.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
accounts.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
accountupdate.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
accountupdate_test.go [performance] media processing improvements (#1288) 2023-01-11 12:13:13 +01:00
accountverify.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
accountverify_test.go [performance] media processing improvements (#1288) 2023-01-11 12:13:13 +01:00
block.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
block_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
follow.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
follow_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
followers.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
following.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
relationships.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
statuses.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
statuses_test.go [chore] Update/add license headers for 2023 (#1304) 2023-01-05 12:43:00 +01:00
unblock.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00
unfollow.go [feature] Implement /api/v2/instance endpoint (#1409) 2023-02-02 14:08:13 +01:00