Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Generate text and images via the reverse-engineered Gemini Web API with multi-turn conversation support.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
scripts/gemini-webapi/index.ts
1export { GeminiClient, ChatSession } from './client.js';23export * from './exceptions.js';4export * from './types/index.js';5export * from './constants.js';6export { logger, set_log_level, setLogLevel } from './utils/logger.js';7export * as utils from './utils/index.js';89