3 Repos
Endpoints that serve read-only definitions of an API's data structures for client consumption.
Distinct from Public Resource Endpoints: Candidates focus on binary resource exposure or AI-specific context retrieval, not the architectural exposure of API schemas.
Explore 3 awesome GitHub repositories matching web development · API Schema Exposure. Refine with filters or upvote what's useful.
Eve is a REST API framework that maps database collections to web resources through declarative configuration files. It functions as a database-to-API mapper, automatically exposing data as RESTful endpoints with built-in support for CRUD operations and schema-based request validation. The project distinguishes itself through a HATEOAS API engine that generates hypermedia links and resource schemas for dynamic client discovery. It also includes an automated Swagger documentation generator that produces interactive specifications for client SDK generation and testing. The framework provides a
Serves read-only definitions of all public data structures through a dedicated network endpoint.
Initializr is a project bootstrapper for JVM-based applications, specifically designed to generate initial directory layouts and configuration files for Spring Framework projects. It functions as a metadata service and generator that produces project skeletons with pre-configured dependencies, build systems, and language settings. The system can be deployed as a self-hosted project scaffolder, allowing organizations to apply proprietary project conventions and metadata to generated codebases. It exposes available dependencies and platform versions through a web-based API, enabling third-party
Exposes available project options via a machine-readable schema that clients use to build user interfaces.
This project provides a comprehensive architectural framework and set of standardized patterns for building, securing, and scaling production-ready Node.js applications. It serves as a foundational guide for establishing consistent development workflows, operational observability, and reliable service integration across distributed software systems. The framework distinguishes itself by emphasizing a schema-first approach to API development, ensuring that interface definitions drive the creation of server stubs, client libraries, and type definitions. It promotes a cloud-native posture by int
Integrates data schemas into web servers with resolvers to optimize data fetching and transfer.