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

@ -729,8 +729,8 @@ requests_log.propagate = True
If you've tried all of the above and still have issues:
1. **Check the Code**: Review the latest version on Forgejo
- [Forgejo Repository](https://git.jezzahehn.com/KrustyPlanet/trustcafe-api-wrapper)
1. **Check the Code**: Review the latest version on GitLab
- [GitLab Repository](https://gitlab.com/trustcafe/trustcafe-api-wrapper)
2. **Check TrustCafé Status**: Verify services are up
- [Production](https://trustcafe.io)