| Filename | Latest commit message | Latest commit date |
|---|---|---|
org_list_hooks response type is Vec<Hook> (no pagination headers), so .all() (which is impl'd for (H, Vec<T>) paginated responses) does not compile. Switch to .send() — the non-paginated call path. repo_list_hooks (used in workers/knowledge.rs) returns (H, Vec<T>) and correctly uses .all(); the org variant is different. |
||
| .. | ||
| src | ||
| Cargo.toml | ||