awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesAPI Error Documentation

Standardized documentation of API error responses for client-side consumption.

Explore 2 awesome GitHub repositories matching software engineering & architecture · API Error Documentation. Refine with filters or upvote what's useful.

Awesome API Error Documentation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • goldbergyoni/nodebestpracticesgoldbergyoni 的头像

    goldbergyoni/nodebestpractices

    105,356在 GitHub 上查看↗

    This project provides a comprehensive collection of industry-standard guidelines for developing, testing, and deploying Node.js applications. It covers the entire software lifecycle, offering actionable advice on code style, architectural patterns, and security measures to ensure maintainability and consistency across large-scale codebases. The documentation details strategies for robust error management, containerization, and production readiness. It addresses operational requirements such as observability, scalability, and infrastructure configuration, while providing specific methodologies

    Suggests documenting API errors using standard interfaces to ensure clients handle failures gracefully.

    Dockerfilebest-practiceses6eslint
    在 GitHub 上查看↗105,356
  • microsoft/typespecmicrosoft 的头像

    microsoft/typespec

    5,781在 GitHub 上查看↗

    TypeSpec is a language for defining cloud API shapes and generating OpenAPI, JSON Schema, and client/server code from a single source of truth. It functions as a protocol-agnostic API designer that models REST, gRPC, and other API protocols using a unified, extensible syntax, with a decorator-based metadata system for attaching metadata, validation rules, and lifecycle visibility to API models and operations. The compiler produces OpenAPI 3.0 specifications and other artifacts, and the tool supports declaring API versions and tracking changes to models, properties, and operations across releas

    Associates specific error models with each API operation so generated documentation and clients know which errors to expect.

    Javajson-schemaopenapi3protobuf
    在 GitHub 上查看↗5,781
  1. Home
  2. Software Engineering & Architecture
  3. Error Handling
  4. API Error Documentation