gotosocial/internal/api/client
tobi 11f39bead0 [feature] Stub out trends + suggestions (always return empty array) (#4435)
# Description

> If this is a code change, please include a summary of what you've coded, and link to the issue(s) it closes/implements.
>
> If this is a documentation change, please briefly describe what you've changed and why.

This pull request stubs out the trends and suggestions APIs, just returning empty arrays for all four of the added endpoints. This is to help clients show fewer errors. It does *not* signal any intention to actually implement these endpoints properly, though you never know.

closes https://codeberg.org/superseriousbusiness/gotosocial/issues/4385

## Checklist

Please put an x inside each checkbox to indicate that you've read and followed it: `[ ]` -> `[x]`

If this is a documentation change, only the first checkbox must be filled (you can delete the others if you want).

- [x] I/we have read the [GoToSocial contribution guidelines](https://codeberg.org/superseriousbusiness/gotosocial/src/branch/main/CONTRIBUTING.md).
- [x] I/we have discussed the proposed changes already, either in an issue on the repository, or in the Matrix chat.
- [x] I/we have not leveraged AI to create the proposed changes.
- [x] I/we have performed a self-review of added code.
- [x] I/we have written code that is legible and maintainable by others.
- [x] I/we have commented the added code, particularly in hard-to-understand areas.
- [x] I/we have made any necessary changes to documentation.
- [ ] I/we have added tests that cover new code.
- [x] I/we have run tests and they pass locally with the changes.
- [x] I/we have run `go fmt ./...` and `golangci-lint run`.

Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4435
Co-authored-by: tobi <tobi.smethurst@protonmail.com>
Co-committed-by: tobi <tobi.smethurst@protonmail.com>
2025-09-16 14:30:39 +02:00
..
accounts [chore] Upgrade to Go 1.24 (#4187) 2025-05-22 12:26:11 +02:00
admin [feature] Handle retractions of domain permission subscription entries (#4261) 2025-06-15 12:36:51 +02:00
announcements [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
apps [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
blocks [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
bookmarks [chore] Upgrade to Go 1.24 (#4187) 2025-05-22 12:26:11 +02:00
conversations [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
customemojis [feature] Add config option to expose custom emojis without auth (#4233) 2025-06-03 23:30:42 +02:00
exports [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
favourites [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
featuredtags [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
filters [performance] filter model and database table improvements (#4277) 2025-06-24 17:24:34 +02:00
followedtags [chore] Upgrade to Go 1.24 (#4187) 2025-05-22 12:26:11 +02:00
followrequests [feature] /api/v1/follow_requests/outgoing (#4224) 2025-06-02 11:46:17 +02:00
import [chore] Upgrade to Go 1.24 (#4187) 2025-05-22 12:26:11 +02:00
instance [feature] Add avif file support (#4331) 2025-07-17 13:20:01 +02:00
interactionpolicies [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
interactionrequests [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
lists [docs] fix typo in swagger description for ListsGETHandler (#4217) 2025-05-31 13:42:58 +02:00
markers [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
media [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
mutes [chore] Upgrade to Go 1.24 (#4187) 2025-05-22 12:26:11 +02:00
notifications [performance] cache mute check results (#4202) 2025-05-31 17:30:57 +02:00
polls [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
preferences [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
push [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
reports [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
scheduledstatuses [chore] return correct error message (#4377) 2025-08-14 12:17:42 +02:00
search [chore] Upgrade to Go 1.24 (#4187) 2025-05-22 12:26:11 +02:00
statuses [bugfix] Parse scheduled_at as ISO8601 with offset if RFC3339 parse fails (#4431) 2025-09-15 13:26:50 +02:00
streaming [bugfix] ensure timeline limit query is respected (#4141) 2025-05-06 13:30:23 +00:00
suggestions [feature] Stub out trends + suggestions (always return empty array) (#4435) 2025-09-16 14:30:39 +02:00
tags [chore] Upgrade to Go 1.24 (#4187) 2025-05-22 12:26:11 +02:00
timelines [feature] Move to code.superseriousbusiness.org 2025-04-26 15:38:43 +02:00
tokens [chore] Upgrade to Go 1.24 (#4187) 2025-05-22 12:26:11 +02:00
trends [feature] Stub out trends + suggestions (always return empty array) (#4435) 2025-09-16 14:30:39 +02:00
user [chore] Upgrade to Go 1.24 (#4187) 2025-05-22 12:26:11 +02:00