Commit graph

7 commits

Author SHA1 Message Date
BarnacleBoy
a223bcb27a doc: audit pass — fix env= bug, params, pagination, missing wrappers, broken examples
- env= -> environment= across all docs (Pydantic silently ignores env=)
- Remove __version__ check (doesn't exist in module)
- Fix APIClient(debug=True) missing required client_id/secret
- Fix post.listremoved usage (takes no postId, just lists removed posts)
- Fix JS true/false -> Python True/False in code blocks
- Fix parameter names: branchName->branch_slug, username->user_slug, postId->post_id
- Add missing lastEvaluatedKey param docs for list jobs
- Note post.listpublic as unauthenticated endpoint
- Fix pagination examples (LastEvaluatedKey, not ExclusiveStartKey dict)
- Remove non-existent headers param from make_request example
- Fix branch.listbyname example (takes no name arg)
- Add 4 missing wrapper docs: follow, react, trust, votecast
- Fix broken internal links (case-sensitive filenames)
- Fix <environment>_handle_token template artifact
- Add CODE_BUGS.md documenting 4 code bugs found during audit
2026-04-18 22:58:33 +00:00
Jezza Hehn
2de47079ab docs: fix documentation.md job name inaccuracies
- posts.getpublic -> post.listpublic (correct job name)
- listremove -> listremoved (correct job name)
2026-04-18 02:59:56 +00:00
simonwt
5705c05189 Documentation and version 2026-04-13 22:47:20 +01:00
simonwt
1b50309c09 List notifications 2026-04-13 17:43:52 +01:00
simonwt
921b6f5d95 docs 2026-04-09 00:41:48 +01:00
simonwt
ae6ee7e7a0 Fix public
Add guest alternative
Write some doc
2026-04-09 00:34:23 +01:00
simonwt
7bca418530 Documentation 2026-04-02 17:55:01 +01:00