docs: fix more parameter mismatches and job name inaccuracies

- Fix feed.following -> feed.followingfeed (actual function name)
- Fix branch.listbyname: doesn't filter by name, just lists branches with pagination
- Fix branch.get: parameter is branch_slug not branchName
- Fix follow.follow: takes payload dict, not username string
- Add pagination parameter docs for feed.cafefeed and feed.followingfeed
- Revert GitLab URL changes (correct - points to upstream repo)
This commit is contained in:
Jezza Hehn 2026-04-18 02:57:41 +00:00
parent e7cf4f1e09
commit 17d6ed69d1
4 changed files with 53 additions and 24 deletions

View file

@ -620,7 +620,7 @@ python -m pytest tests/
For issues, questions, or contributions:
- [TrustCafé Website](https://trustcafe.io)
- [Forgejo Repository](https://git.jezzahehn.com/KrustyPlanet/trustcafe-api-wrapper)
- [GitLab Repository](https://gitlab.com/trustcafe/trustcafe-api-wrapper)
- Contact the WikiTribune team
## Version History