搜尋

搜尋結果

866 results for "api"

openai-whisper-api

openai-whisper-api

386Kbackend-api

OpenAI Audio Transcriptions API via curl; gpt-4o-transcribe, mini, diarize, or whisper-1.

openclaw avataropenclaw
獲取
openai-whisper-api

openai-whisper-api

384Kbackend-api

OpenAI Audio Transcriptions API via curl; gpt-4o-transcribe, mini, diarize, or whisper-1.

steipete avatarsteipete
獲取
fastapi-patterns

fastapi-patterns

240Ksecurity

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 avataraffaan-m
獲取
x-api

x-api

239Ksecurity

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 avataraffaan-m
獲取
api-connector-builder

api-connector-builder

239Kmcp-integrations

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 avataraffaan-m
獲取
api-design

api-design

239Kbackend-api

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.

affaan-m avataraffaan-m
獲取
fastapi-patterns

fastapi-patterns

237Ksecurity

FastAPI best practices covering project structure, Pydantic v2 schemas, dependency injection, async handlers, authentication, authorization, transactional service layers, and testing with httpx and pytest.

affaan-m avataraffaan-m
獲取
api-connector-builder

api-connector-builder

232Kmcp-integrations

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 avataraffaan-m
獲取
x-api

x-api

231Ksecurity

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 avataraffaan-m
獲取
api-design

api-design

230Kbackend-api

REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.

affaan-m avataraffaan-m
獲取
claude-api

claude-api

153Kresearch-knowledge

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER — read BEFORE opening the target file; don't skip because it "looks like a one-liner" — whenever: the prompt names Claude/Anthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing/model choice/limits/caching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent/MCP/tool-definition/multi-agent/RAG/LLM-judge/computer-use; generate/summarize/extract/classify/rewrite/converse over NL; debugging refusals/cutoffs/streaming/tool-calls/tokens). SKIP only when another provider is being worked on (overrides all triggers): OpenAI/GPT/Gemini/Llama/Mistral/Cohere/Ollama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named — don't Read the file).

anthropics avataranthropics
獲取
fastapi

fastapi

101Kbackend-api

FastAPI best practices and conventions. Use when working with FastAPI APIs, Pydantic models, dependencies, streaming responses including Server-Sent Events (SSE), and serving frontend apps. Keeps FastAPI code clean and up to date with the latest features and patterns.

fastapi avatarfastapi
獲取
api-and-interface-design

api-and-interface-design

77Kbackend-api

Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints, defining type contracts between modules, or establishing boundaries between frontend and backend.

addyosmani avataraddyosmani
獲取
api-security-testing

api-security-testing

59Kbackend-api

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 avatarusestrix
獲取
api-patterns

api-patterns

46Kbackend-api

API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.

sickn33 avatarsickn33
獲取
api-documentation-generator

api-documentation-generator

45Kbackend-api

Generate comprehensive, developer-friendly API documentation from code, including endpoints, parameters, examples, and best practices

sickn33 avatarsickn33
獲取
api-security-best-practices

api-security-best-practices

45Ksecurity

Implement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulnerabilities

sickn33 avatarsickn33
獲取
api-documentation-generator

api-documentation-generator

45Kbackend-api

Generate comprehensive, developer-friendly API documentation from code, including endpoints, parameters, examples, and best practices

sickn33 avatarsickn33
獲取
api-security-best-practices

api-security-best-practices

43Ksecurity

Implement secure API design patterns including authentication, authorization, input validation, rate limiting, and protection against common API vulnerabilities

sickn33 avatarsickn33
獲取
winmd-api-search

winmd-api-search

37Kresearch-knowledge

Find and explore Windows desktop APIs. Use when building features that need platform capabilities — camera, file access, notifications, UI controls, AI/ML, sensors, networking, etc. Discovers the right API for a task and retrieves full type details (methods, properties, events, enumeration values).

github avatargithub
獲取
typespec-api-operations

typespec-api-operations

37Kbackend-api

Add GET, POST, PATCH, and DELETE operations to a TypeSpec API plugin with proper routing, parameters, and adaptive cards

github avatargithub
獲取
typespec-create-api-plugin

typespec-create-api-plugin

37Kbackend-api

Generate a TypeSpec API plugin with REST operations, authentication, and Adaptive Cards for Microsoft 365 Copilot

github avatargithub
獲取
openapi-to-application-code

openapi-to-application-code

36Ktesting-qa

Generate a complete, production-ready application from an OpenAPI specification

github avatargithub
獲取
aspnet-minimal-api-openapi

aspnet-minimal-api-openapi

36Kresearch-knowledge

Create ASP.NET Minimal API endpoints with proper OpenAPI documentation

github avatargithub
獲取