Tool
List gists
List Gists is a powerful AI tool designed to retrieve and display GitHub gists for any user with ease. It enables seamless access to user-created code snippets and projects, making collaboration and code sharing more efficient.
Features
- Fetch gists for any specified GitHub username or the authenticated user.
- Supports pagination with customizable page number and results per page settings.
- Filter gists updated after a specific timestamp using ISO 8601 format.
- Easy integration with GitHub API for real-time gist retrieval.
- Read-only access ensures data security while browsing public and private gists.
Benefits
- Quickly access and browse code snippets from GitHub users worldwide.
- Enhances productivity by simplifying code sharing and collaboration.
- Customizable pagination helps manage large volumes of gists efficiently.
- Filters updated gists to stay up-to-date with latest code changes.
- Secure and reliable tool with read-only data access preserving user privacy.
Description
List gists for a user
Parameters
4 parameters
| Name | Type | Description |
|---|---|---|
| page | number | Page number for pagination (min 1) |
| perPage | number | Results per page for pagination (min 1, max 100) |
| since | string | Only gists updated after this time (ISO 8601 timestamp) |
| username | string | GitHub username (omit for authenticated user's gists) |