code-fundi-list-public-repos
List public repositories across Code-Fundi's global catalog with pagination, filtering by update time, and optional file embedding. No API key required.
Instructions
Browse the global catalog of indexed public repositories (across all Code-Fundi users). Supports pagination, an updated_since cursor, and optional embedding of each repo's largest files. This endpoint does not require an API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (default 100) | |
| since | No | Return repos updated strictly after this ISO 8601 timestamp | |
| offset | No | Pagination offset | |
| file_count | No | When > 0, embed this many largest files per repo (default 0) | |
| internal_secret | No | Internal sitemap secret for unlimited server-side enumeration (optional) |