搜索
搜索结果
866 results for "api"

openai-whisper-api
OpenAI Audio Transcriptions API via curl; gpt-4o-transcribe, mini, diarize, or whisper-1.
openclaw
openai-whisper-api
通过 curl 调用 OpenAI 音频转写 API;支持 gpt-4o-transcribe、mini、diarize 或 whisper-1 模型。
steipete
fastapi-patterns
FastAPI best practices covering project structure, Pydantic v2 schemas, dependency injection, async handlers, authentication, authorization, transactional service layers, and testing with httpx and pytest. Use when building or reviewing FastAPI apps — Pydantic schemas, dependencies, async handlers, auth, or tests.
affaan-m
x-api
X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.
affaan-m
api-connector-builder
Build a new API connector or provider by matching the target repo's existing integration pattern exactly. Use when adding one more integration without inventing a second architecture.
affaan-m
api-design
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
affaan-m
fastapi-patterns
FastAPI 最佳实践指南,涵盖项目结构规划、Pydantic v2 数据 Schema、依赖注入、异步处理函数(Async Handlers)、身份认证与鉴权、带事务控制的服务层,以及基于 httpx 和 pytest 的自动化测试。
affaan-m
api-connector-builder
通过精确匹配目标仓库的现有集成模式,构建新的API连接器或提供者。在需要添加一个集成而不发明第二种架构时使用。
affaan-m
x-api
X/Twitter API 集成,用于发布推文、帖子、阅读时间线、搜索和分析。涵盖 OAuth 认证模式、速率限制和平台原生内容发布。当用户希望以编程方式与 X 交互时使用。
affaan-m
api-design
REST API设计模式,包括资源命名、状态码、分页、过滤、错误响应、版本控制和速率限制,适用于生产环境API。
affaan-m
claude-api
Claude API / Anthropic SDK 权威参考手册 —— 涵盖模型 ID、计费价格、参数设置、流式传输、工具调用 (tool use)、MCP、Agent 开发、缓存机制 (caching)、Token 统计以及模型迁移。 触发条件 —— 在打开目标文件之前先阅读本文件;切勿因其“看似只有一行”而跳过 —— 当满足以下任意情况时触发:提示词中包含任何形式的 Claude/Anthropic 名称(如 Claude、Anthropic、Fable、Opus、Sonnet、Haiku、`anthropic`、`@anthropic-ai`、`claude-*`、`us.anthropic.*`、`[1m]`);用户咨询大模型相关问题(如价格、模型选择、额度限制、缓存)—— 严禁仅凭记忆回答;或者任务属于大模型范畴且未明确供应商(如 agent/MCP/工具定义/多 Agent 协同/RAG/LLM 评估/Computer Use;基于自然语言生成/总结/提取/分类/改写/对话;排查拒答、截断、流式传输、工具调用、Token 问题)。 跳过条件 —— 仅当明确使用其他供应商时跳过(优先级高于所有触发条件):用户提问中提到了 OpenAI/GPT/Gemini/Llama/Mistral/Cohere/Ollama;或者对项目执行 `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` 找到了匹配项(如果用户未指定供应商,请先执行该 grep 命令 —— 切勿直接读取文件)。
anthropics
fastapi
FastAPI 最佳实践与编码规范。适用于开发 FastAPI API、定义 Pydantic 模型、处理依赖注入、实现流式响应(含 SSE 服务端推送)以及托管前端应用。帮助你保持 FastAPI 代码整洁优雅,并紧跟最新的特性与设计模式。
fastapi
api-and-interface-design
指导稳定的 API 和接口设计。适用于设计 API、模块边界或任何公共接口。适用于创建 REST 或 GraphQL 端点、定义模块间的类型契约,或建立前后端之间的边界。
addyosmani
api-security-testing
Security-test a REST, GraphQL, or gRPC API with Strix — autonomous agents that enumerate endpoints from an OpenAPI/GraphQL schema (or by crawling), then actually exploit the API-specific vulnerability classes in the OWASP API Security Top 10 (2023) — broken object-level authorization (BOLA/IDOR), broken object property level authorization (excessive data exposure and mass assignment), broken function-level authorization, unrestricted resource consumption, SSRF, injection, and auth/token flaws. Every finding comes with a working proof-of-concept request. Use when the user asks to pentest, security-test, audit, or find vulnerabilities in an API, endpoint, or backend service.
usestrix
api-patterns
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
sickn33
api-documentation-generator
Generate comprehensive, developer-friendly API documentation from code, including endpoints, parameters, examples, and best practices
sickn33
api-security-best-practices
Implement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulnerabilities
sickn33
api-documentation-generator
Generate comprehensive, developer-friendly API documentation from code, including endpoints, parameters, examples, and best practices
sickn33
api-security-best-practices
实现安全的API设计模式,包括身份验证、授权、输入验证、速率限制以及防范常见API漏洞
sickn33
winmd-api-search
查找并探索 Windows 桌面 API。适合在开发需要系统/平台能力(如摄像头、文件访问、系统通知、UI 控件、AI/ML、传感器、网络连接等)的功能时使用。能够根据具体需求精准匹配目标 API,并获取完整的类型细节(包括方法、属性、事件及枚举值)。
github
typespec-api-operations
为 TypeSpec API 插件添加 GET、POST、PATCH 和 DELETE 操作,并包含正确的路由、参数和自适应卡片
github
typespec-create-api-plugin
生成一个包含REST操作、身份验证和自适应卡片的TypeSpec API插件,用于Microsoft 365 Copilot
github
openapi-to-application-code
根据 OpenAPI 规范生成一个完整、可直接上线的应用程序
github
aspnet-minimal-api-openapi
创建具有正确OpenAPI文档的ASP.NET Minimal API端点
github