1 Repo
Implementations of Hypermedia as the Engine of Application State for API discoverability.
Distinct from Hypermedia Resources: Candidates are either curated lists, low-level protocols, or DOM-swapping techniques; none cover the architectural HATEOAS engine for REST APIs.
Explore 1 awesome GitHub repository matching web development · HATEOAS Implementations. 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
Implements a HATEOAS API engine that generates hypermedia links for dynamic client discovery.