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

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

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

2 个仓库

Awesome GitHub RepositoriesEntity-Based Response Formatters

Transformation layers that map internal data objects to public attributes for consistent API output.

Distinct from Response Formatting: Existing candidates focus on error formatting or gRPC; this is about object-to-attribute representation.

Explore 2 awesome GitHub repositories matching web development · Entity-Based Response Formatters. Refine with filters or upvote what's useful.

Awesome Entity-Based Response Formatters GitHub Repositories

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

    ruby-grape/grape

    9,990在 GitHub 上查看↗

    Grape is a RESTful web service framework for Ruby designed for building structured APIs. It provides a declarative syntax for routing and parameter validation, allowing developers to map HTTP verbs to logic through a domain specific language. The framework is distinguished by its built-in support for service versioning, which can be managed via URL paths, custom headers, or request parameters. It also features a modular architecture that allows large services to be constructed by nesting smaller API definitions. The project covers comprehensive API lifecycle capabilities, including schema-dr

    Implements a transformation layer to map internal Ruby objects to specific public attributes for consistent output.

    Ruby
    在 GitHub 上查看↗9,990
  • nestjsx/crudnestjsx 的头像

    nestjsx/crud

    4,330在 GitHub 上查看↗

    This project is a REST API framework for NestJS designed to automate the creation of boilerplate-free CRUD endpoints and resource management. It functions as an automated CRUD generator that produces controllers and services for standard database operations, accelerating the development of RESTful APIs. The toolkit includes a REST query parser that translates complex URL parameters into structured database filters, pagination, and sorting rules. It also operates as an API response serializer to control the exposure of entity fields and manage nested relations within JSON responses. For extend

    Transforms database entities into public API responses by mapping internal objects to specific attributes and excluding sensitive fields.

    TypeScriptcrudcrud-generatornest
    在 GitHub 上查看↗4,330
  1. Home
  2. Web Development
  3. Entity-Based Response Formatters